Html Css Color HEX #CEF9AB Reef

📋 copy color: '#CEF9AB'

red 206 ◦ green 249 ◦ blue 171

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

Shades of Reef #CEF9AB

Tints of Reef #CEF9AB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.78%

 BLUE value IS 171 (67.19% from 255) = 27.32%

R = 32.91%
G = 39.78%
B = 27.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CEF9AB (or 0xCEF9AB) is known color: Reef. HEX triplet: CE, F9 and AB. RGB value is (206,249,171). Sum of RGB (Red+Green+Blue) = 206+249+171=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AB is #310654. Grayscale: #E3E3E3. Windows color (decimal): -3212885 or 11270606. OLE color: 11270606.

HSL color Cylindrical-coordinate representation of color #CEF9AB: hue angle of 93.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF9AB is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 171 -
CMYK 0.17 0 0.31 0.02
HSL 93.08º 0.87% 0.82% -
HSV(B) 93.08º 0.31% 0.98% -
XYZ 66.68 83.81 51.19 -
YUV 227.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 206 249 171 0.17 0 0.31 0.02 93.08 0.87 0.82
Hex CE F9 AB 11 0 1F 2 5D 57 52
Octal 316 371 253 21 0 37 2 135 127 122
Binary 11001110 11111001 10101011 10001 0 11111 10 1011101 1010111 1010010

Color Harmonies of #CEF9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9AB

Black with #CEF9AB

Text Example


Text Example

White with #CEF9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9AB; }

 p { color: rgb(206,249,171); }

 H1.HeaderClassName
 {
   color: #CEF9AB;
 }
 .AnyTagClassName
 {
   color: #CEF9AB;
 }
</style>

background-color css

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

 a { background-color: rgb(206,249,171); }

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

border-color css

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

 span { border-color: rgb(206,249,171); }

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