Html Css Color HEX #76CBD7 Spray

📋 copy color: '#76CBD7'

red 118 ◦ green 203 ◦ blue 215

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

Shades of Spray #76CBD7

Tints of Spray #76CBD7

RGB

 RED value IS 118 (46.48% from 255) = 22.01%

 GREEN value IS 203 (79.69% from 255) = 37.87%

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 22.01%
G = 37.87%
B = 40.11%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#76CBD7 (or 0x76CBD7) is known color: Spray. HEX triplet: 76, CB and D7. RGB value is (118,203,215). Sum of RGB (Red+Green+Blue) = 118+203+215=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #76CBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBD7 is #893428. Grayscale: #B2B2B2. Windows color (decimal): -8991785 or 14142326. OLE color: 14142326.

HSL color Cylindrical-coordinate representation of color #76CBD7: hue angle of 187.42º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CBD7 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 203 215 -
CMYK 0.45 0.06 0 0.16
HSL 187.42º 0.55% 0.65% -
HSV(B) 187.42º 0.45% 0.84% -
XYZ 41.09 51.47 72.06 -
YUV 178.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 118 203 215 0.45 0.06 0 0.16 187.42 0.55 0.65
Hex 76 CB D7 2D 6 0 10 BB 37 41
Octal 166 313 327 55 6 0 20 273 67 101
Binary 1110110 11001011 11010111 101101 110 0 10000 10111011 110111 1000001

Color Harmonies of #76CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBD7

Black with #76CBD7

Text Example


Text Example

White with #76CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CBD7; }

 p { color: rgb(118,203,215); }

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

background-color css

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

 a { background-color: rgb(118,203,215); }

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

border-color css

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

 span { border-color: rgb(118,203,215); }

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