#91BAFF

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

Shades of Light Sky Blue #91BAFF

Tints of Light Sky Blue #91BAFF

Color information

#91BAFF (or 0x91BAFF) is unknown color: approx Light Sky Blue. HEX triplet: 91, BA and FF. RGB value is (145,186,255). Sum of RGB (Red+Green+Blue) = 145+186+255=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #91BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BAFF is #6E4500. Grayscale: #B5B5B5. Windows color (decimal): -7226625 or 16759441. OLE color: 16759441.

HSL color Cylindrical-coordinate representation of color #91BAFF: hue angle of 217.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91BAFF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145186255-
CMYK0.430.2700
HSL217.64º100%78.43%-
HSV(B)217.64º43.14%100%-
XYZ47.2948.36101.45-
YUV181.61169.42101.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.74%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 255 (100% from 255) = 43.52%
R=24.74%
G=31.74%
B=43.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451862550.430.2700217.6410078.43
Hex91BAFF2B1B00da644e
Octal221272377533300332144116
Binary10010001101110101111111110101111011001101101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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