Html Css Color HEX #76CCDA Spray

📋 copy color: '#76CCDA'

red 118 ◦ green 204 ◦ blue 218

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

Shades of Spray #76CCDA

Tints of Spray #76CCDA

RGB

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

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

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

R = 21.85%
G = 37.78%
B = 40.37%

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

#76CCDA (or 0x76CCDA) is known color: Spray. HEX triplet: 76, CC and DA. RGB value is (118,204,218). Sum of RGB (Red+Green+Blue) = 118+204+218=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #76CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCDA is #893325. Grayscale: #B3B3B3. Windows color (decimal): -8991526 or 14339190. OLE color: 14339190.

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

Color convert

RGB 118 204 218 -
CMYK 0.46 0.06 0 0.15
HSL 188.4º 0.57% 0.66% -
HSV(B) 188.4º 0.46% 0.85% -
XYZ 41.72 52.1 74.19 -
YUV 179.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 118 204 218 0.46 0.06 0 0.15 188.4 0.57 0.66
Hex 76 CC DA 2E 6 0 F BC 39 42
Octal 166 314 332 56 6 0 17 274 71 102
Binary 1110110 11001100 11011010 101110 110 0 1111 10111100 111001 1000010

Color Harmonies of #76CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCDA

Black with #76CCDA

Text Example


Text Example

White with #76CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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