#91BEFA

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

Shades of Light Sky Blue #91BEFA

Tints of Light Sky Blue #91BEFA

Color information

#91BEFA (or 0x91BEFA) is unknown color: approx Light Sky Blue. HEX triplet: 91, BE and FA. RGB value is (145,190,250). Sum of RGB (Red+Green+Blue) = 145+190+250=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #91BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BEFA is #6E4105. Grayscale: #B7B7B7. Windows color (decimal): -7225606 or 16432785. OLE color: 16432785.

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

Color convert

RGB145190250-
CMYK0.420.2400.02
HSL214.29º91.3%77.45%-
HSV(B)214.29º42%98.04%-
XYZ47.3549.7597.55-
YUV183.38165.59100.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.79%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=24.79%
G=32.48%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451902500.420.2400.02214.2991.377.45
Hex91BEFA2A1802d65b4d
Octal221276372523002326133115
Binary100100011011111011111010101010110000101101011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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