#CBEFEF

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

Shades of Oyster Bay #CBEFEF

Tints of Oyster Bay #CBEFEF

Color information

#CBEFEF (or 0xCBEFEF) is unknown color: approx Oyster Bay. HEX triplet: CB, EF and EF. RGB value is (203,239,239). Sum of RGB (Red+Green+Blue) = 203+239+239=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #CBEFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFEF is #341010. Grayscale: #E4E4E4. Windows color (decimal): -3411985 or 15724491. OLE color: 15724491.

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

Color convert

RGB203239239-
CMYK0.15000.06
HSL180º52.94%86.67%-
HSV(B)180º15.06%93.73%-
XYZ71.0880.6693.48-
YUV228.24134.07110-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=29.81%
G=35.10%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392390.15000.0618052.9486.67
HexCBEFEFF006b43557
Octal3133573571700626465127
Binary110010111110111111101111111100110101101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFEF; }

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

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

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

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

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

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

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

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