#93BFFF

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

Shades of Light Sky Blue #93BFFF

Tints of Light Sky Blue #93BFFF

Color information

#93BFFF (or 0x93BFFF) is unknown color: approx Light Sky Blue. HEX triplet: 93, BF and FF. RGB value is (147,191,255). Sum of RGB (Red+Green+Blue) = 147+191+255=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #93BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BFFF is #6C4000. Grayscale: #B8B8B8. Windows color (decimal): -7094273 or 16760723. OLE color: 16760723.

HSL color Cylindrical-coordinate representation of color #93BFFF: hue angle of 215.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BFFF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147191255-
CMYK0.420.2500
HSL215.56º100%78.82%-
HSV(B)215.56º42.35%100%-
XYZ48.7150.68101.82-
YUV185.14167.42100.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.79%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 255 (100% from 255) = 43.00%
R=24.79%
G=32.21%
B=43.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471912550.420.2500215.5610078.82
Hex93BFFF2A1900d8644f
Octal223277377523100330144117
Binary10010011101111111111111110101011001001101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,255); }

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

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

 a { background-color: rgb(147,191,255); }

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

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

 span { border-color: rgb(147,191,255); }

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