#CBEEEF

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

Shades of Oyster Bay #CBEEEF

Tints of Oyster Bay #CBEEEF

Color information

#CBEEEF (or 0xCBEEEF) is unknown color: approx Oyster Bay. HEX triplet: CB, EE and EF. RGB value is (203,238,239). Sum of RGB (Red+Green+Blue) = 203+238+239=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEEF is #341110. Grayscale: #E3E3E3. Windows color (decimal): -3412241 or 15724235. OLE color: 15724235.

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

Color convert

RGB203238239-
CMYK0.150.0000.06
HSL181.67º52.94%86.67%-
HSV(B)181.67º15.06%93.73%-
XYZ70.7880.0893.39-
YUV227.65134.4110.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=29.85%
G=35%
B=35.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032382390.150.0000.06181.6752.9486.67
HexCBEEEFF006b63557
Octal3133563571700626665127
Binary110010111110111011101111111100110101101101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEEF; }

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

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

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

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

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

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

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

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