Html Css Color HEX #93BAFA Light Sky Blue

📋 copy color: '#93BAFA'

red 147 ◦ green 186 ◦ blue 250

#93BAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #93BAFA

Tints of Light Sky Blue #93BAFA

RGB

 RED value IS 147 (57.81% from 255) = 25.21%

 GREEN value IS 186 (73.05% from 255) = 31.9%

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 25.21%
G = 31.9%
B = 42.88%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93BAFA (or 0x93BAFA) is known color: Light Sky Blue. HEX triplet: 93, BA and FA. RGB value is (147,186,250). Sum of RGB (Red+Green+Blue) = 147+186+250=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #93BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BAFA is #6C4505. Grayscale: #B5B5B5. Windows color (decimal): -7095558 or 16431763. OLE color: 16431763.

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

Color convert

RGB 147 186 250 -
CMYK 0.41 0.26 0 0.02
HSL 217.28º 0.91% 0.78% -
HSV(B) 217.28º 0.41% 0.98% -
XYZ 46.85 48.22 97.28 -
YUV 181.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 147 186 250 0.41 0.26 0 0.02 217.28 0.91 0.78
Hex 93 BA FA 29 1A 0 2 D9 5B 4E
Octal 223 272 372 51 32 0 2 331 133 116
Binary 10010011 10111010 11111010 101001 11010 0 10 11011001 1011011 1001110

Color Harmonies of #93BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAFA

Black with #93BAFA

Text Example


Text Example

White with #93BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93BAFA;
 }
 .AnyTagClassName
 {
   color: #93BAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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