Html Css Color HEX #76CCD5 Spray

📋 copy color: '#76CCD5'

red 118 ◦ green 204 ◦ blue 213

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

Shades of Spray #76CCD5

Tints of Spray #76CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 22.06%
G = 38.13%
B = 39.81%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#76CCD5 (or 0x76CCD5) is known color: Spray. HEX triplet: 76, CC and D5. RGB value is (118,204,213). Sum of RGB (Red+Green+Blue) = 118+204+213=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #76CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCD5 is #89332A. Grayscale: #B3B3B3. Windows color (decimal): -8991531 or 14011510. OLE color: 14011510.

HSL color Cylindrical-coordinate representation of color #76CCD5: hue angle of 185.68º degrees, saturation: 0.53, 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 #76CCD5 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 204 213 -
CMYK 0.45 0.04 0 0.16
HSL 185.68º 0.53% 0.65% -
HSV(B) 185.68º 0.45% 0.84% -
XYZ 41.07 51.84 70.79 -
YUV 179.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 118 204 213 0.45 0.04 0 0.16 185.68 0.53 0.65
Hex 76 CC D5 2D 4 0 10 BA 35 41
Octal 166 314 325 55 4 0 20 272 65 101
Binary 1110110 11001100 11010101 101101 100 0 10000 10111010 110101 1000001

Color Harmonies of #76CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCD5

Black with #76CCD5

Text Example


Text Example

White with #76CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,213); }

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

background-color css

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

 a { background-color: rgb(118,204,213); }

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

border-color css

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

 span { border-color: rgb(118,204,213); }

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