#75D4FD

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

Shades of Light Sky Blue #75D4FD

Tints of Light Sky Blue #75D4FD

Color information

#75D4FD (or 0x75D4FD) is unknown color: approx Light Sky Blue. HEX triplet: 75, D4 and FD. RGB value is (117,212,253). Sum of RGB (Red+Green+Blue) = 117+212+253=582 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.10% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #75D4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D4FD is #8A2B02. Grayscale: #BCBCBC. Windows color (decimal): -9054979 or 16634997. OLE color: 16634997.

HSL color Cylindrical-coordinate representation of color #75D4FD: hue angle of 198.09º 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 #75D4FD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117212253-
CMYK0.540.1600.01
HSL198.09º97.14%72.55%-
HSV(B)198.09º53.75%99.22%-
XYZ48.6157.96101.55-
YUV188.27164.5377.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.10%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=20.10%
G=36.43%
B=43.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172122530.540.1600.01198.0997.1472.55
Hex75D4FD361001c66149
Octal165324375662001306141111
Binary1110101110101001111110111011010000011100011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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