#76D8FD

Color #76D8FD Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #76D8FD

Tints of Light Sky Blue #76D8FD

Color information

#76D8FD (or 0x76D8FD) is unknown color: approx Light Sky Blue. HEX triplet: 76, D8 and FD. RGB value is (118,216,253). Sum of RGB (Red+Green+Blue) = 118+216+253=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #76D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D8FD is #892702. Grayscale: #BEBEBE. Windows color (decimal): -8988419 or 16636022. OLE color: 16636022.

HSL color Cylindrical-coordinate representation of color #76D8FD: hue angle of 196.44º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D8FD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118216253-
CMYK0.530.1500.01
HSL196.44º97.12%72.75%-
HSV(B)196.44º53.36%99.22%-
XYZ49.7660.06101.9-
YUV190.92163.0375.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.10%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=20.10%
G=36.80%
B=43.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182162530.530.1500.01196.4497.1272.75
Hex76D8FD35F01c46149
Octal166330375651701304141111
Binary111011011011000111111011101011111011100010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,253); }

 H1.HeaderClassName
 {
   color: #76D8FD;
 }
 .AnyTagClassName
 {
   color: #76D8FD;
 }
</style>
background-color css

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

 a { background-color: rgb(118,216,253); }

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

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

 span { border-color: rgb(118,216,253); }

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