#CBEFAC

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

Shades of Reef #CBEFAC

Tints of Reef #CBEFAC

Color information

#CBEFAC (or 0xCBEFAC) is unknown color: approx Reef. HEX triplet: CB, EF and AC. RGB value is (203,239,172). Sum of RGB (Red+Green+Blue) = 203+239+172=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFAC is #341053. Grayscale: #DCDCDC. Windows color (decimal): -3412052 or 11333579. OLE color: 11333579.

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

Color convert

RGB203239172-
CMYK0.1500.280.06
HSL92.24º67.68%80.59%-
HSV(B)92.24º28.03%93.73%-
XYZ62.9477.4150.65-
YUV220.6100.57115.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=33.06%
G=38.93%
B=28.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391720.1500.280.0692.2467.6880.59
HexCBEFACF01C65c4451
Octal313357254170346134104121
Binary1100101111101111101011001111011100110101110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFAC; }

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

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

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

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

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

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

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

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