Html Css Color HEX #76C8E0 Spray

📋 copy color: '#76C8E0'

red 118 ◦ green 200 ◦ blue 224

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

Shades of Spray #76C8E0

Tints of Spray #76C8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 21.77%
G = 36.9%
B = 41.33%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#76C8E0 (or 0x76C8E0) is known color: Spray. HEX triplet: 76, C8 and E0. RGB value is (118,200,224). Sum of RGB (Red+Green+Blue) = 118+200+224=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #76C8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8E0 is #89371F. Grayscale: #B2B2B2. Windows color (decimal): -8992544 or 14731382. OLE color: 14731382.

HSL color Cylindrical-coordinate representation of color #76C8E0: hue angle of 193.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76C8E0 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 200 224 -
CMYK 0.47 0.11 0 0.12
HSL 193.58º 0.63% 0.67% -
HSV(B) 193.58º 0.47% 0.88% -
XYZ 41.58 50.54 78.09 -
YUV 178.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 118 200 224 0.47 0.11 0 0.12 193.58 0.63 0.67
Hex 76 C8 E0 2F B 0 C C2 3F 43
Octal 166 310 340 57 13 0 14 302 77 103
Binary 1110110 11001000 11100000 101111 1011 0 1100 11000010 111111 1000011

Color Harmonies of #76C8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C8E0

Black with #76C8E0

Text Example


Text Example

White with #76C8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,224); }

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

background-color css

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

 a { background-color: rgb(118,200,224); }

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

border-color css

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

 span { border-color: rgb(118,200,224); }

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