#91BAFB

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

Shades of Light Sky Blue #91BAFB

Tints of Light Sky Blue #91BAFB

Color information

#91BAFB (or 0x91BAFB) is unknown color: approx Light Sky Blue. HEX triplet: 91, BA and FB. RGB value is (145,186,251). Sum of RGB (Red+Green+Blue) = 145+186+251=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #91BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BAFB is #6E4504. Grayscale: #B4B4B4. Windows color (decimal): -7226629 or 16497297. OLE color: 16497297.

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

Color convert

RGB145186251-
CMYK0.420.2600.02
HSL216.79º92.98%77.65%-
HSV(B)216.79º42.23%98.43%-
XYZ46.6548.198.09-
YUV181.15167.42102.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.91%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=24.91%
G=31.96%
B=43.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451862510.420.2600.02216.7992.9877.65
Hex91BAFB2A1A02d95d4e
Octal221272373523202331135116
Binary100100011011101011111011101010110100101101100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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