#75D8FD

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

Shades of Light Sky Blue #75D8FD

Tints of Light Sky Blue #75D8FD

Color information

#75D8FD (or 0x75D8FD) is unknown color: approx Light Sky Blue. HEX triplet: 75, D8 and FD. RGB value is (117,216,253). Sum of RGB (Red+Green+Blue) = 117+216+253=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 216 (84.77% from 255 or 36.86% 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 #75D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D8FD is #8A2702. Grayscale: #BEBEBE. Windows color (decimal): -9053955 or 16636021. OLE color: 16636021.

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

Color convert

RGB117216253-
CMYK0.540.1500.01
HSL196.32º97.14%72.55%-
HSV(B)196.32º53.75%99.22%-
XYZ49.6259.99101.89-
YUV190.62163.275.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.97%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=19.97%
G=36.86%
B=43.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172162530.540.1500.01196.3297.1472.55
Hex75D8FD36F01c46149
Octal165330375661701304141111
Binary111010111011000111111011101101111011100010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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