#cceef0

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

Shades of Oyster Bay #CCEEF0

Tints of Oyster Bay #CCEEF0

Color information

#CCEEF0 (or 0xCCEEF0) is unknown color: approx Oyster Bay. HEX triplet: CC, EE and F0. RGB value is (204,238,240). Sum of RGB (Red+Green+Blue) = 204+238+240=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF0 is #33110F. Grayscale: #E4E4E4. Windows color (decimal): -3346704 or 15789772. OLE color: 15789772.

HSL color Cylindrical-coordinate representation of color #CCEEF0: hue angle of 183.33º 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 #CCEEF0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204238240-
CMYK0.150.0100.06
HSL183.33º54.55%87.06%-
HSV(B)183.33º15%94.12%-
XYZ71.280.2894.18-
YUV228.06134.74110.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=29.91%
G=34.90%
B=35.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042382400.150.0100.06183.3354.5587.06
HexCCEEF0F106b73757
Octal3143563601710626767127
Binary110011001110111011110000111110110101101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cceef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cceef0; }

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

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

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

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

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

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

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

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