Html Css Color HEX #76CDD5 Spray

📋 copy color: '#76CDD5'

red 118 ◦ green 205 ◦ blue 213

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

Shades of Spray #76CDD5

Tints of Spray #76CDD5

RGB

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

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

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

R = 22.01%
G = 38.25%
B = 39.74%

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

#76CDD5 (or 0x76CDD5) is known color: Spray. HEX triplet: 76, CD and D5. RGB value is (118,205,213). Sum of RGB (Red+Green+Blue) = 118+205+213=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #76CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDD5 is #89322A. Grayscale: #B3B3B3. Windows color (decimal): -8991275 or 14011766. OLE color: 14011766.

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

Color convert

RGB 118 205 213 -
CMYK 0.45 0.04 0 0.16
HSL 185.05º 0.53% 0.65% -
HSV(B) 185.05º 0.45% 0.84% -
XYZ 41.31 52.32 70.87 -
YUV 179.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 118 205 213 0.45 0.04 0 0.16 185.05 0.53 0.65
Hex 76 CD D5 2D 4 0 10 B9 35 41
Octal 166 315 325 55 4 0 20 271 65 101
Binary 1110110 11001101 11010101 101101 100 0 10000 10111001 110101 1000001

Color Harmonies of #76CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDD5

Black with #76CDD5

Text Example


Text Example

White with #76CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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