#CEEBAF

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

Shades of Reef #CEEBAF

Tints of Reef #CEEBAF

Color information

#CEEBAF (or 0xCEEBAF) is unknown color: approx Reef. HEX triplet: CE, EB and AF. RGB value is (206,235,175). Sum of RGB (Red+Green+Blue) = 206+235+175=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAF is #311450. Grayscale: #DBDBDB. Windows color (decimal): -3216465 or 11529166. OLE color: 11529166.

HSL color Cylindrical-coordinate representation of color #CEEBAF: hue angle of 89º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEBAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB206235175-
CMYK0.1200.260.08
HSL89º60%80.39%-
HSV(B)89º25.53%92.16%-
XYZ62.975.6351.84-
YUV219.49102.89118.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=33.44%
G=38.15%
B=28.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351750.1200.260.08896080.39
HexCEEBAFC01A8593c50
Octal316353257140321013174120
Binary1100111011101011101011111100011010100010110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBAF; }

 p { color: rgb(206,235,175); }

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

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

 a { background-color: rgb(206,235,175); }

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

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

 span { border-color: rgb(206,235,175); }

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