#75DAFF

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

Shades of Light Sky Blue #75DAFF

Tints of Light Sky Blue #75DAFF

Color information

#75DAFF (or 0x75DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 75, DA and FF. RGB value is (117,218,255). Sum of RGB (Red+Green+Blue) = 117+218+255=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #75DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DAFF is #8A2500. Grayscale: #BFBFBF. Windows color (decimal): -9053441 or 16767605. OLE color: 16767605.

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

Color convert

RGB117218255-
CMYK0.540.1500
HSL196.09º100%72.94%-
HSV(B)196.09º54.12%100%-
XYZ50.4661.14103.75-
YUV192.02163.5474.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.83%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 255 (100% from 255) = 43.22%
R=19.83%
G=36.95%
B=43.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172182550.540.1500196.0910072.94
Hex75DAFF36F00c46449
Octal165332377661700304144111
Binary111010111011010111111111101101111001100010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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