#CCF0F0

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

Shades of Oyster Bay #CCF0F0

Tints of Oyster Bay #CCF0F0

Color information

#CCF0F0 (or 0xCCF0F0) is unknown color: approx Oyster Bay. HEX triplet: CC, F0 and F0. RGB value is (204,240,240). Sum of RGB (Red+Green+Blue) = 204+240+240=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #CCF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0F0 is #330F0F. Grayscale: #E5E5E5. Windows color (decimal): -3346192 or 15790284. OLE color: 15790284.

HSL color Cylindrical-coordinate representation of color #CCF0F0: hue angle of 180º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0F0 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204240240-
CMYK0.15000.06
HSL180º54.55%87.06%-
HSV(B)180º15%94.12%-
XYZ71.7981.4594.38-
YUV229.24134.07110-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402400.15000.0618054.5587.06
HexCCF0F0F006b43757
Octal3143603601700626467127
Binary110011001111000011110000111100110101101001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0F0; }

 p { color: rgb(204,240,240); }

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

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

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

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

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

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

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