#CCF7FA

Color #CCF7FA Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CCF7FA

Tints of Oyster Bay #CCF7FA

Color information

#CCF7FA (or 0xCCF7FA) is unknown color: approx Oyster Bay. HEX triplet: CC, F7 and FA. RGB value is (204,247,250). Sum of RGB (Red+Green+Blue) = 204+247+250=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FA is #330805. Grayscale: #EAEAEA. Windows color (decimal): -3344390 or 16447436. OLE color: 16447436.

HSL color Cylindrical-coordinate representation of color #CCF7FA: hue angle of 183.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF7FA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204247250-
CMYK0.180.0100.02
HSL183.91º82.14%89.02%-
HSV(B)183.91º18.4%98.04%-
XYZ75.4286.26103.12-
YUV234.48136.75106.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 247 (96.88% from 255) = 35.24%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=29.10%
G=35.24%
B=35.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042472500.180.0100.02183.9182.1489.02
HexCCF7FA12102b85259
Octal31436737222102270122131
Binary1100110011110111111110101001010101011100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7FA; }

 p { color: rgb(204,247,250); }

 H1.HeaderClassName
 {
   color: #CCF7FA;
 }
 .AnyTagClassName
 {
   color: #CCF7FA;
 }
</style>
background-color css

<style>
 a { background-color: #CCF7FA; }

 a { background-color: rgb(204,247,250); }

 div.DivClassName
 {
   background-color: #CCF7FA;
 }
 .BgClassName
 {
   background-color: #CCF7FA;
 }
</style>
border-color css

<style>
 span { border-color: #CCF7FA; }

 span { border-color: rgb(204,247,250); }

 td.TdClassName
 {
   border-color: #CCF7FA;
 }
 .TagClassName
 {
   border-color: #CCF7FA;
 }
</style>