Html Css Color HEX #91BFFA Light Sky Blue

📋 copy color: '#91BFFA'

red 145 ◦ green 191 ◦ blue 250

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

Shades of Light Sky Blue #91BFFA

Tints of Light Sky Blue #91BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

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

R = 24.74%
G = 32.59%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91BFFA (or 0x91BFFA) is known color: Light Sky Blue. HEX triplet: 91, BF and FA. RGB value is (145,191,250). Sum of RGB (Red+Green+Blue) = 145+191+250=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #91BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFFA is #6E4005. Grayscale: #B7B7B7. Windows color (decimal): -7225350 or 16433041. OLE color: 16433041.

HSL color Cylindrical-coordinate representation of color #91BFFA: hue angle of 213.71º 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 #91BFFA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 191 250 -
CMYK 0.42 0.24 0 0.02
HSL 213.71º 0.91% 0.77% -
HSV(B) 213.71º 0.42% 0.98% -
XYZ 47.56 50.18 97.62 -
YUV 183.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 145 191 250 0.42 0.24 0 0.02 213.71 0.91 0.77
Hex 91 BF FA 2A 18 0 2 D6 5B 4D
Octal 221 277 372 52 30 0 2 326 133 115
Binary 10010001 10111111 11111010 101010 11000 0 10 11010110 1011011 1001101

Color Harmonies of #91BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BFFA

Black with #91BFFA

Text Example


Text Example

White with #91BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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