#CBEFA9

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

Shades of Reef #CBEFA9

Tints of Reef #CBEFA9

Color information

#CBEFA9 (or 0xCBEFA9) is unknown color: approx Reef. HEX triplet: CB, EF and A9. RGB value is (203,239,169). Sum of RGB (Red+Green+Blue) = 203+239+169=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA9 is #341056. Grayscale: #DCDCDC. Windows color (decimal): -3412055 or 11136971. OLE color: 11136971.

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

Color convert

RGB203239169-
CMYK0.1500.290.06
HSL90.86º68.63%80%-
HSV(B)90.86º29.29%93.73%-
XYZ62.6677.2949.15-
YUV220.2699.07115.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 39.12%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=33.22%
G=39.12%
B=27.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391690.1500.290.0690.8668.6380
HexCBEFA9F01D65b4550
Octal313357251170356133105120
Binary1100101111101111101010011111011101110101101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFA9; }

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

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

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

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

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

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

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

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