#93CAFA

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

Shades of Light Sky Blue #93CAFA

Tints of Light Sky Blue #93CAFA

Color information

#93CAFA (or 0x93CAFA) is unknown color: approx Light Sky Blue. HEX triplet: 93, CA and FA. RGB value is (147,202,250). Sum of RGB (Red+Green+Blue) = 147+202+250=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #93CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CAFA is #6C3505. Grayscale: #BEBEBE. Windows color (decimal): -7091462 or 16435859. OLE color: 16435859.

HSL color Cylindrical-coordinate representation of color #93CAFA: hue angle of 207.96º degrees, saturation: 0.91, 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 #93CAFA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147202250-
CMYK0.410.1900.02
HSL207.96º91.15%77.84%-
HSV(B)207.96º41.2%98.04%-
XYZ50.4155.3598.47-
YUV191.03161.2896.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.54%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=24.54%
G=33.72%
B=41.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472022500.410.1900.02207.9691.1577.84
Hex93CAFA291302d05b4e
Octal223312372512302320133116
Binary100100111100101011111010101001100110101101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,250); }

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

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

 a { background-color: rgb(147,202,250); }

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

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

 span { border-color: rgb(147,202,250); }

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