#75D3FA

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

Shades of Light Sky Blue #75D3FA

Tints of Light Sky Blue #75D3FA

Color information

#75D3FA (or 0x75D3FA) is unknown color: approx Light Sky Blue. HEX triplet: 75, D3 and FA. RGB value is (117,211,250). Sum of RGB (Red+Green+Blue) = 117+211+250=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #75D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D3FA is #8A2C05. Grayscale: #BBBBBB. Windows color (decimal): -9055238 or 16438133. OLE color: 16438133.

HSL color Cylindrical-coordinate representation of color #75D3FA: hue angle of 197.59º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75D3FA is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117211250-
CMYK0.530.1600.02
HSL197.59º93.01%71.96%-
HSV(B)197.59º53.2%98.04%-
XYZ47.8957.2798.97-
YUV187.34163.3677.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.24%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=20.24%
G=36.51%
B=43.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172112500.530.1600.02197.5993.0171.96
Hex75D3FA351002c65d48
Octal165323372652002306135110
Binary11101011101001111111010110101100000101100011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,211,250); }

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

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

 a { background-color: rgb(117,211,250); }

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

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

 span { border-color: rgb(117,211,250); }

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