#93BBF9

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

Shades of Light Sky Blue #93BBF9

Tints of Light Sky Blue #93BBF9

Color information

#93BBF9 (or 0x93BBF9) is unknown color: approx Light Sky Blue. HEX triplet: 93, BB and F9. RGB value is (147,187,249). Sum of RGB (Red+Green+Blue) = 147+187+249=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #93BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBF9 is #6C4406. Grayscale: #B5B5B5. Windows color (decimal): -7095303 or 16366483. OLE color: 16366483.

HSL color Cylindrical-coordinate representation of color #93BBF9: hue angle of 216.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BBF9 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147187249-
CMYK0.410.2500.02
HSL216.47º89.47%77.65%-
HSV(B)216.47º40.96%97.65%-
XYZ46.948.5896.53-
YUV182.11165.75102.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.21%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=25.21%
G=32.08%
B=42.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471872490.410.2500.02216.4789.4777.65
Hex93BBF9291902d8594e
Octal223273371513102330131116
Binary100100111011101111111001101001110010101101100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BBF9; }

 p { color: rgb(147,187,249); }

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

<style>
 a { background-color: #93BBF9; }

 a { background-color: rgb(147,187,249); }

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

<style>
 span { border-color: #93BBF9; }

 span { border-color: rgb(147,187,249); }

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