#75D7FD

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

Shades of Light Sky Blue #75D7FD

Tints of Light Sky Blue #75D7FD

Color information

#75D7FD (or 0x75D7FD) is unknown color: approx Light Sky Blue. HEX triplet: 75, D7 and FD. RGB value is (117,215,253). Sum of RGB (Red+Green+Blue) = 117+215+253=585 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #75D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D7FD is #8A2802. Grayscale: #BDBDBD. Windows color (decimal): -9054211 or 16635765. OLE color: 16635765.

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

Color convert

RGB117215253-
CMYK0.540.1500.01
HSL196.76º97.14%72.55%-
HSV(B)196.76º53.75%99.22%-
XYZ49.3759.47101.81-
YUV190.03163.5375.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=20%
G=36.75%
B=43.25%

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
Decimal1172152530.540.1500.01196.7697.1472.55
Hex75D7FD36F01c56149
Octal165327375661701305141111
Binary111010111010111111111011101101111011100010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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