Html Css Color HEX #CEEBAE Reef

📋 copy color: '#CEEBAE'

red 206 ◦ green 235 ◦ blue 174

#CEEBAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEEBAE

Tints of Reef #CEEBAE

RGB

 RED value IS 206 (80.86% from 255) = 33.5%

 GREEN value IS 235 (92.19% from 255) = 38.21%

 BLUE value IS 174 (68.36% from 255) = 28.29%

R = 33.5%
G = 38.21%
B = 28.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#CEEBAE (or 0xCEEBAE) is known color: 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

RGB 206 235 174 -
CMYK 0.12 0 0.26 0.08
HSL 88.52º 0.6% 0.8% -
HSV(B) 88.52º 0.26% 0.92% -
XYZ 62.8 75.59 51.33 -
YUV 219.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 206 235 174 0.12 0 0.26 0.08 88.52 0.6 0.8
Hex CE EB AE C 0 1A 8 59 3C 50
Octal 316 353 256 14 0 32 10 131 74 120
Binary 11001110 11101011 10101110 1100 0 11010 1000 1011001 111100 1010000

Color Harmonies of #CEEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBAE

Black with #CEEBAE

Text Example


Text Example

White with #CEEBAE

Text Example


Text Example

HTML Codes & Css Web 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>