#CEECF0

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

Shades of Oyster Bay #CEECF0

Tints of Oyster Bay #CEECF0

Color information

#CEECF0 (or 0xCEECF0) is unknown color: approx Oyster Bay. HEX triplet: CE, EC and F0. RGB value is (206,236,240). Sum of RGB (Red+Green+Blue) = 206+236+240=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 236 (92.58% from 255 or 34.60% 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 #CEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECF0 is #31130F. Grayscale: #E3E3E3. Windows color (decimal): -3216144 or 15789262. OLE color: 15789262.

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

Color convert

RGB206236240-
CMYK0.140.0200.06
HSL187.06º53.12%87.45%-
HSV(B)187.06º14.17%94.12%-
XYZ71.1879.494.01-
YUV227.49135.06112.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=30.21%
G=34.60%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062362400.140.0200.06187.0653.1287.45
HexCEECF0E206bb3557
Octal3163543601620627365127
Binary1100111011101100111100001110100110101110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECF0; }

 p { color: rgb(206,236,240); }

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

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

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

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

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

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

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