#CEEEEF

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

Shades of Oyster Bay #CEEEEF

Tints of Oyster Bay #CEEEEF

Color information

#CEEEEF (or 0xCEEEEF) is unknown color: approx Oyster Bay. HEX triplet: CE, EE and EF. RGB value is (206,238,239). Sum of RGB (Red+Green+Blue) = 206+238+239=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEEF is #311110. Grayscale: #E4E4E4. Windows color (decimal): -3215633 or 15724238. OLE color: 15724238.

HSL color Cylindrical-coordinate representation of color #CEEEEF: hue angle of 181.82º degrees, saturation: 0.51, 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 #CEEEEF is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206238239-
CMYK0.140.0000.06
HSL181.82º50.77%87.25%-
HSV(B)181.82º13.81%93.73%-
XYZ71.6180.593.43-
YUV228.55133.9111.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=30.16%
G=34.85%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062382390.140.0000.06181.8250.7787.25
HexCEEEEFE006b63357
Octal3163563571600626663127
Binary110011101110111011101111111000110101101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEEF; }

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

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

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

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

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

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

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

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