#CEEFEF

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

Shades of Oyster Bay #CEEFEF

Tints of Oyster Bay #CEEFEF

Color information

#CEEFEF (or 0xCEEFEF) is unknown color: approx Oyster Bay. HEX triplet: CE, EF and EF. RGB value is (206,239,239). Sum of RGB (Red+Green+Blue) = 206+239+239=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #CEEFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFEF is #311010. Grayscale: #E5E5E5. Windows color (decimal): -3215377 or 15724494. OLE color: 15724494.

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

Color convert

RGB206239239-
CMYK0.14000.06
HSL180º50.77%87.25%-
HSV(B)180º13.81%93.73%-
XYZ71.981.0993.52-
YUV229.13133.57111.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=30.12%
G=34.94%
B=34.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392390.14000.0618050.7787.25
HexCEEFEFE006b43357
Octal3163573571600626463127
Binary110011101110111111101111111000110101101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFEF; }

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

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

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

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

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

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

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

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