#CEEBAE

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

Shades of Reef #CEEBAE

Tints of Reef #CEEBAE

Color information

#CEEBAE (or 0xCEEBAE) is unknown color: approx Reef. HEX triplet: CE, EB and AE. RGB value is (206,235,174). Sum of RGB (Red+Green+Blue) = 206+235+174=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAE is #311451. Grayscale: #DBDBDB. Windows color (decimal): -3216466 or 11463630. OLE color: 11463630.

HSL color Cylindrical-coordinate representation of color #CEEBAE: hue angle of 88.52º 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 #CEEBAE is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB206235174-
CMYK0.1200.260.08
HSL88.52º60.4%80.2%-
HSV(B)88.52º25.96%92.16%-
XYZ62.875.5951.33-
YUV219.38102.39118.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=33.50%
G=38.21%
B=28.29%

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
Decimal2062351740.1200.260.0888.5260.480.2
HexCEEBAEC01A8593c50
Octal316353256140321013174120
Binary1100111011101011101011101100011010100010110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBAE; }

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

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

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

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

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

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

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

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