#75DBFF

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

Shades of Light Sky Blue #75DBFF

Tints of Light Sky Blue #75DBFF

Color information

#75DBFF (or 0x75DBFF) is unknown color: approx Light Sky Blue. HEX triplet: 75, DB and FF. RGB value is (117,219,255). Sum of RGB (Red+Green+Blue) = 117+219+255=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #75DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBFF is #8A2400. Grayscale: #C0C0C0. Windows color (decimal): -9053185 or 16767861. OLE color: 16767861.

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

Color convert

RGB117219255-
CMYK0.540.1400
HSL195.65º100%72.94%-
HSV(B)195.65º54.12%100%-
XYZ50.7261.66103.84-
YUV192.61163.2174.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.80%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 255 (100% from 255) = 43.15%
R=19.80%
G=37.06%
B=43.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172192550.540.1400195.6510072.94
Hex75DBFF36E00c46449
Octal165333377661600304144111
Binary111010111011011111111111101101110001100010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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