Html Css Color HEX #CBEFA7 Reef

📋 copy color: '#CBEFA7'

red 203 ◦ green 239 ◦ blue 167

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

Shades of Reef #CBEFA7

Tints of Reef #CBEFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.42%

R = 33.33%
G = 39.24%
B = 27.42%

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

#CBEFA7 (or 0xCBEFA7) is known color: Reef. HEX triplet: CB, EF and A7. RGB value is (203,239,167). Sum of RGB (Red+Green+Blue) = 203+239+167=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFA7 is #341058. Grayscale: #DCDCDC. Windows color (decimal): -3412057 or 11005899. OLE color: 11005899.

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

Color convert

RGB 203 239 167 -
CMYK 0.15 0 0.30 0.06
HSL 90º 0.69% 0.8% -
HSV(B) 90º 0.3% 0.94% -
XYZ 62.47 77.22 48.17 -
YUV 220.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 203 239 167 0.15 0 0.30 0.06 90 0.69 0.8
Hex CB EF A7 F 0 1E 6 5A 45 50
Octal 313 357 247 17 0 36 6 132 105 120
Binary 11001011 11101111 10100111 1111 0 11110 110 1011010 1000101 1010000

Color Harmonies of #CBEFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEFA7

Black with #CBEFA7

Text Example


Text Example

White with #CBEFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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