Html Css Color HEX #76CDD9 Spray

📋 copy color: '#76CDD9'

red 118 ◦ green 205 ◦ blue 217

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

Shades of Spray #76CDD9

Tints of Spray #76CDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 21.85%
G = 37.96%
B = 40.19%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76CDD9 (or 0x76CDD9) is known color: Spray. HEX triplet: 76, CD and D9. RGB value is (118,205,217). Sum of RGB (Red+Green+Blue) = 118+205+217=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #76CDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDD9 is #893226. Grayscale: #B4B4B4. Windows color (decimal): -8991271 or 14273910. OLE color: 14273910.

HSL color Cylindrical-coordinate representation of color #76CDD9: hue angle of 187.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CDD9 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 205 217 -
CMYK 0.46 0.06 0 0.15
HSL 187.27º 0.57% 0.66% -
HSV(B) 187.27º 0.46% 0.85% -
XYZ 41.83 52.52 73.58 -
YUV 180.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 118 205 217 0.46 0.06 0 0.15 187.27 0.57 0.66
Hex 76 CD D9 2E 6 0 F BB 39 42
Octal 166 315 331 56 6 0 17 273 71 102
Binary 1110110 11001101 11011001 101110 110 0 1111 10111011 111001 1000010

Color Harmonies of #76CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDD9

Black with #76CDD9

Text Example


Text Example

White with #76CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,205,217); }

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

background-color css

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

 a { background-color: rgb(118,205,217); }

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

border-color css

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

 span { border-color: rgb(118,205,217); }

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