#CEEEF2

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

Shades of Oyster Bay #CEEEF2

Tints of Oyster Bay #CEEEF2

Color information

#CEEEF2 (or 0xCEEEF2) is unknown color: approx Oyster Bay. HEX triplet: CE, EE and F2. RGB value is (206,238,242). Sum of RGB (Red+Green+Blue) = 206+238+242=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF2 is #31110D. Grayscale: #E4E4E4. Windows color (decimal): -3215630 or 15920846. OLE color: 15920846.

HSL color Cylindrical-coordinate representation of color #CEEEF2: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEEF2 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206238242-
CMYK0.150.0200.05
HSL186.67º58.06%87.84%-
HSV(B)186.67º14.88%94.9%-
XYZ72.0680.6895.78-
YUV228.89135.4111.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=30.03%
G=34.69%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062382420.150.0200.05186.6758.0687.84
HexCEEEF2F205bb3a58
Octal3163563621720527372130
Binary1100111011101110111100101111100101101110111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEF2; }

 p { color: rgb(206,238,242); }

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

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

 a { background-color: rgb(206,238,242); }

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

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

 span { border-color: rgb(206,238,242); }

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