#CFEEEF

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

Shades of Oyster Bay #CFEEEF

Tints of Oyster Bay #CFEEEF

Color information

#CFEEEF (or 0xCFEEEF) is unknown color: approx Oyster Bay. HEX triplet: CF, EE and EF. RGB value is (207,238,239). Sum of RGB (Red+Green+Blue) = 207+238+239=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEEF is #301110. Grayscale: #E4E4E4. Windows color (decimal): -3150097 or 15724239. OLE color: 15724239.

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

Color convert

RGB207238239-
CMYK0.130.0000.06
HSL181.88º50%87.45%-
HSV(B)181.88º13.39%93.73%-
XYZ71.8980.6593.44-
YUV228.84133.73112.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=30.26%
G=34.80%
B=34.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072382390.130.0000.06181.885087.45
HexCFEEEFD006b63257
Octal3173563571500626662127
Binary110011111110111011101111110100110101101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEEF; }

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

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

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

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

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

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

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

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