Html Css Color HEX #76C2DA Spray

📋 copy color: '#76C2DA'

red 118 ◦ green 194 ◦ blue 218

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

Shades of Spray #76C2DA

Tints of Spray #76C2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 22.26%
G = 36.6%
B = 41.13%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76C2DA (or 0x76C2DA) is known color: Spray. HEX triplet: 76, C2 and DA. RGB value is (118,194,218). Sum of RGB (Red+Green+Blue) = 118+194+218=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #76C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2DA is #893D25. Grayscale: #ADADAD. Windows color (decimal): -8994086 or 14336630. OLE color: 14336630.

HSL color Cylindrical-coordinate representation of color #76C2DA: hue angle of 194.4º 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 #76C2DA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 194 218 -
CMYK 0.46 0.11 0 0.15
HSL 194.4º 0.57% 0.66% -
HSV(B) 194.4º 0.46% 0.85% -
XYZ 39.42 47.5 73.42 -
YUV 174.01 152.82 88.05 -
System Red Green Blue C M Y K H S L
Decimal 118 194 218 0.46 0.11 0 0.15 194.4 0.57 0.66
Hex 76 C2 DA 2E B 0 F C2 39 42
Octal 166 302 332 56 13 0 17 302 71 102
Binary 1110110 11000010 11011010 101110 1011 0 1111 11000010 111001 1000010

Color Harmonies of #76C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2DA

Black with #76C2DA

Text Example


Text Example

White with #76C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,218); }

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

background-color css

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

 a { background-color: rgb(118,194,218); }

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

border-color css

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

 span { border-color: rgb(118,194,218); }

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