#CCF6FB

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

Shades of Oyster Bay #CCF6FB

Tints of Oyster Bay #CCF6FB

Color information

#CCF6FB (or 0xCCF6FB) is unknown color: approx Oyster Bay. HEX triplet: CC, F6 and FB. RGB value is (204,246,251). Sum of RGB (Red+Green+Blue) = 204+246+251=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FB is #330904. Grayscale: #E9E9E9. Windows color (decimal): -3344645 or 16512716. OLE color: 16512716.

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

Color convert

RGB204246251-
CMYK0.190.0200.02
HSL186.38º85.45%89.22%-
HSV(B)186.38º18.73%98.43%-
XYZ75.2785.71103.84-
YUV234.01137.59106.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=29.10%
G=35.09%
B=35.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042462510.190.0200.02186.3885.4589.22
HexCCF6FB13202ba5559
Octal31436637323202272125131
Binary11001100111101101111101110011100101011101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6FB; }

 p { color: rgb(204,246,251); }

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

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

 a { background-color: rgb(204,246,251); }

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

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

 span { border-color: rgb(204,246,251); }

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