#76D7FD

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

Shades of Light Sky Blue #76D7FD

Tints of Light Sky Blue #76D7FD

Color information

#76D7FD (or 0x76D7FD) is unknown color: approx Light Sky Blue. HEX triplet: 76, D7 and FD. RGB value is (118,215,253). Sum of RGB (Red+Green+Blue) = 118+215+253=586 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.14% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #76D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D7FD is #892802. Grayscale: #BEBEBE. Windows color (decimal): -8988675 or 16635766. OLE color: 16635766.

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

Color convert

RGB118215253-
CMYK0.530.1500.01
HSL196.89º97.12%72.75%-
HSV(B)196.89º53.36%99.22%-
XYZ49.559.54101.81-
YUV190.33163.3676.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.14%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=20.14%
G=36.69%
B=43.17%

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
Decimal1182152530.530.1500.01196.8997.1272.75
Hex76D7FD35F01c56149
Octal166327375651701305141111
Binary111011011010111111111011101011111011100010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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