#75D7FF

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

Shades of Light Sky Blue #75D7FF

Tints of Light Sky Blue #75D7FF

Color information

#75D7FF (or 0x75D7FF) is unknown color: approx Light Sky Blue. HEX triplet: 75, D7 and FF. RGB value is (117,215,255). Sum of RGB (Red+Green+Blue) = 117+215+255=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D7FF is #8A2800. Grayscale: #BEBEBE. Windows color (decimal): -9054209 or 16766837. OLE color: 16766837.

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

Color convert

RGB117215255-
CMYK0.540.1600
HSL197.39º100%72.94%-
HSV(B)197.39º54.12%100%-
XYZ49.6959.6103.49-
YUV190.26164.5375.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.93%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 255 (100% from 255) = 43.44%
R=19.93%
G=36.63%
B=43.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172152550.540.1600197.3910072.94
Hex75D7FF361000c56449
Octal165327377662000305144111
Binary1110101110101111111111111011010000001100010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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