Html Css Color HEX #CFEFAB Reef

📋 copy color: '#CFEFAB'

red 207 ◦ green 239 ◦ blue 171

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

Shades of Reef #CFEFAB

Tints of Reef #CFEFAB

RGB

 RED value IS 207 (81.25% from 255) = 33.55%

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 33.55%
G = 38.74%
B = 27.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#CFEFAB (or 0xCFEFAB) is known color: Reef. HEX triplet: CF, EF and AB. RGB value is (207,239,171). Sum of RGB (Red+Green+Blue) = 207+239+171=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFAB is #301054. Grayscale: #DDDDDD. Windows color (decimal): -3149909 or 11268047. OLE color: 11268047.

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

Color convert

RGB 207 239 171 -
CMYK 0.13 0 0.28 0.06
HSL 88.24º 0.68% 0.8% -
HSV(B) 88.24º 0.28% 0.94% -
XYZ 63.95 77.94 50.2 -
YUV 221.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 207 239 171 0.13 0 0.28 0.06 88.24 0.68 0.8
Hex CF EF AB D 0 1C 6 58 44 50
Octal 317 357 253 15 0 34 6 130 104 120
Binary 11001111 11101111 10101011 1101 0 11100 110 1011000 1000100 1010000

Color Harmonies of #CFEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFAB

Black with #CFEFAB

Text Example


Text Example

White with #CFEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFAB; }

 p { color: rgb(207,239,171); }

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

background-color css

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

 a { background-color: rgb(207,239,171); }

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

border-color css

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

 span { border-color: rgb(207,239,171); }

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