Html Css Color HEX #76C3DA Spray

📋 copy color: '#76C3DA'

red 118 ◦ green 195 ◦ blue 218

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

Shades of Spray #76C3DA

Tints of Spray #76C3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.72%

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

R = 22.22%
G = 36.72%
B = 41.05%

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

#76C3DA (or 0x76C3DA) is known color: Spray. HEX triplet: 76, C3 and DA. RGB value is (118,195,218). Sum of RGB (Red+Green+Blue) = 118+195+218=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #76C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C3DA is #893C25. Grayscale: #AEAEAE. Windows color (decimal): -8993830 or 14336886. OLE color: 14336886.

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

Color convert

RGB 118 195 218 -
CMYK 0.46 0.11 0 0.15
HSL 193.8º 0.57% 0.66% -
HSV(B) 193.8º 0.46% 0.85% -
XYZ 39.64 47.94 73.49 -
YUV 174.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 118 195 218 0.46 0.11 0 0.15 193.8 0.57 0.66
Hex 76 C3 DA 2E B 0 F C2 39 42
Octal 166 303 332 56 13 0 17 302 71 102
Binary 1110110 11000011 11011010 101110 1011 0 1111 11000010 111001 1000010

Color Harmonies of #76C3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C3DA

Black with #76C3DA

Text Example


Text Example

White with #76C3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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