Html Css Color HEX #91BAFA Light Sky Blue

📋 copy color: '#91BAFA'

red 145 ◦ green 186 ◦ blue 250

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

Shades of Light Sky Blue #91BAFA

Tints of Light Sky Blue #91BAFA

RGB

 RED value IS 145 (57.03% from 255) = 24.96%

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

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

R = 24.96%
G = 32.01%
B = 43.03%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91BAFA (or 0x91BAFA) is known color: Light Sky Blue. HEX triplet: 91, BA and FA. RGB value is (145,186,250). Sum of RGB (Red+Green+Blue) = 145+186+250=581 (76% of max value = 765). Red value is 145 (57.03% from 255 or 24.96% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #91BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BAFA is #6E4505. Grayscale: #B4B4B4. Windows color (decimal): -7226630 or 16431761. OLE color: 16431761.

HSL color Cylindrical-coordinate representation of color #91BAFA: hue angle of 216.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91BAFA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 186 250 -
CMYK 0.42 0.26 0 0.02
HSL 216.57º 0.91% 0.77% -
HSV(B) 216.57º 0.42% 0.98% -
XYZ 46.49 48.04 97.26 -
YUV 181.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 145 186 250 0.42 0.26 0 0.02 216.57 0.91 0.77
Hex 91 BA FA 2A 1A 0 2 D9 5B 4D
Octal 221 272 372 52 32 0 2 331 133 115
Binary 10010001 10111010 11111010 101010 11010 0 10 11011001 1011011 1001101

Color Harmonies of #91BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BAFA

Black with #91BAFA

Text Example


Text Example

White with #91BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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