Html Css Color HEX #CBEFA8 Reef

📋 copy color: '#CBEFA8'

red 203 ◦ green 239 ◦ blue 168

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

Shades of Reef #CBEFA8

Tints of Reef #CBEFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 33.28%
G = 39.18%
B = 27.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#CBEFA8 (or 0xCBEFA8) is known color: Reef. HEX triplet: CB, EF and A8. RGB value is (203,239,168). Sum of RGB (Red+Green+Blue) = 203+239+168=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA8 is #341057. Grayscale: #DCDCDC. Windows color (decimal): -3412056 or 11071435. OLE color: 11071435.

HSL color Cylindrical-coordinate representation of color #CBEFA8: hue angle of 90.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 168 -
CMYK 0.15 0 0.30 0.06
HSL 90.42º 0.69% 0.8% -
HSV(B) 90.42º 0.3% 0.94% -
XYZ 62.56 77.26 48.66 -
YUV 220.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 203 239 168 0.15 0 0.30 0.06 90.42 0.69 0.8
Hex CB EF A8 F 0 1E 6 5A 45 50
Octal 313 357 250 17 0 36 6 132 105 120
Binary 11001011 11101111 10101000 1111 0 11110 110 1011010 1000101 1010000

Color Harmonies of #CBEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFA8

Black with #CBEFA8

Text Example


Text Example

White with #CBEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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