#93BBF7

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

Shades of Light Sky Blue #93BBF7

Tints of Light Sky Blue #93BBF7

Color information

#93BBF7 (or 0x93BBF7) is unknown color: approx Light Sky Blue. HEX triplet: 93, BB and F7. RGB value is (147,187,247). Sum of RGB (Red+Green+Blue) = 147+187+247=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #93BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BBF7 is #6C4408. Grayscale: #B5B5B5. Windows color (decimal): -7095305 or 16235411. OLE color: 16235411.

HSL color Cylindrical-coordinate representation of color #93BBF7: hue angle of 216º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BBF7 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147187247-
CMYK0.400.2400.03
HSL216º86.21%77.25%-
HSV(B)216º40.49%96.86%-
XYZ46.5948.4694.89-
YUV181.88164.75103.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 247 (96.88% from 255) = 42.51%
R=25.30%
G=32.19%
B=42.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471872470.400.2400.0321686.2177.25
Hex93BBF7281803d8564d
Octal223273367503003330126115
Binary100100111011101111110111101000110000111101100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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