Html Css Color HEX #91C0FA Light Sky Blue

📋 copy color: '#91C0FA'

red 145 ◦ green 192 ◦ blue 250

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

Shades of Light Sky Blue #91C0FA

Tints of Light Sky Blue #91C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.71%

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

R = 24.7%
G = 32.71%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91C0FA (or 0x91C0FA) is known color: Light Sky Blue. HEX triplet: 91, C0 and FA. RGB value is (145,192,250). Sum of RGB (Red+Green+Blue) = 145+192+250=587 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.70% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #91C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C0FA is #6E3F05. Grayscale: #B8B8B8. Windows color (decimal): -7225094 or 16433297. OLE color: 16433297.

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

Color convert

RGB 145 192 250 -
CMYK 0.42 0.23 0 0.02
HSL 213.14º 0.91% 0.77% -
HSV(B) 213.14º 0.42% 0.98% -
XYZ 47.78 50.62 97.69 -
YUV 184.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 145 192 250 0.42 0.23 0 0.02 213.14 0.91 0.77
Hex 91 C0 FA 2A 17 0 2 D5 5B 4D
Octal 221 300 372 52 27 0 2 325 133 115
Binary 10010001 11000000 11111010 101010 10111 0 10 11010101 1011011 1001101

Color Harmonies of #91C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C0FA

Black with #91C0FA

Text Example


Text Example

White with #91C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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