Html Css Color HEX #CBEFAB Reef

📋 copy color: '#CBEFAB'

red 203 ◦ green 239 ◦ blue 171

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

Shades of Reef #CBEFAB

Tints of Reef #CBEFAB

RGB

 RED value IS 203 (79.69% from 255) = 33.12%

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

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

R = 33.12%
G = 38.99%
B = 27.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#CBEFAB (or 0xCBEFAB) is known color: Reef. HEX triplet: CB, EF and AB. RGB value is (203,239,171). Sum of RGB (Red+Green+Blue) = 203+239+171=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFAB is #341054. Grayscale: #DCDCDC. Windows color (decimal): -3412053 or 11268043. OLE color: 11268043.

HSL color Cylindrical-coordinate representation of color #CBEFAB: hue angle of 91.76º 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 #CBEFAB is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 171 -
CMYK 0.15 0 0.28 0.06
HSL 91.76º 0.68% 0.8% -
HSV(B) 91.76º 0.28% 0.94% -
XYZ 62.85 77.37 50.15 -
YUV 220.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 203 239 171 0.15 0 0.28 0.06 91.76 0.68 0.8
Hex CB EF AB F 0 1C 6 5C 44 50
Octal 313 357 253 17 0 34 6 134 104 120
Binary 11001011 11101111 10101011 1111 0 11100 110 1011100 1000100 1010000

Color Harmonies of #CBEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFAB

Black with #CBEFAB

Text Example


Text Example

White with #CBEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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