Html Css Color HEX #76C8EB Sky Blue

📋 copy color: '#76C8EB'

red 118 ◦ green 200 ◦ blue 235

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

Shades of Sky Blue #76C8EB

Tints of Sky Blue #76C8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 21.34%
G = 36.17%
B = 42.5%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76C8EB (or 0x76C8EB) is known color: Sky Blue. HEX triplet: 76, C8 and EB. RGB value is (118,200,235). Sum of RGB (Red+Green+Blue) = 118+200+235=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #76C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C8EB is #893714. Grayscale: #B3B3B3. Windows color (decimal): -8992533 or 15452278. OLE color: 15452278.

HSL color Cylindrical-coordinate representation of color #76C8EB: hue angle of 197.95º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C8EB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 200 235 -
CMYK 0.50 0.15 0 0.08
HSL 197.95º 0.75% 0.69% -
HSV(B) 197.95º 0.5% 0.92% -
XYZ 43.12 51.16 86.2 -
YUV 179.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 118 200 235 0.50 0.15 0 0.08 197.95 0.75 0.69
Hex 76 C8 EB 32 F 0 8 C6 4B 45
Octal 166 310 353 62 17 0 10 306 113 105
Binary 1110110 11001000 11101011 110010 1111 0 1000 11000110 1001011 1000101

Color Harmonies of #76C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C8EB

Black with #76C8EB

Text Example


Text Example

White with #76C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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