#CCF5FA

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

Shades of Oyster Bay #CCF5FA

Tints of Oyster Bay #CCF5FA

Color information

#CCF5FA (or 0xCCF5FA) is unknown color: approx Oyster Bay. HEX triplet: CC, F5 and FA. RGB value is (204,245,250). Sum of RGB (Red+Green+Blue) = 204+245+250=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FA is #330A05. Grayscale: #E9E9E9. Windows color (decimal): -3344902 or 16446924. OLE color: 16446924.

HSL color Cylindrical-coordinate representation of color #CCF5FA: hue angle of 186.52º 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 #CCF5FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204245250-
CMYK0.180.0200.02
HSL186.52º82.14%89.02%-
HSV(B)186.52º18.4%98.04%-
XYZ74.8185.04102.91-
YUV233.31137.42107.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.18%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=29.18%
G=35.05%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042452500.180.0200.02186.5282.1489.02
HexCCF5FA12202bb5259
Octal31436537222202273122131
Binary11001100111101011111101010010100101011101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5FA; }

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

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

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

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

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

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

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

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