#91BBFB

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

Shades of Light Sky Blue #91BBFB

Tints of Light Sky Blue #91BBFB

Color information

#91BBFB (or 0x91BBFB) is unknown color: approx Light Sky Blue. HEX triplet: 91, BB and FB. RGB value is (145,187,251). Sum of RGB (Red+Green+Blue) = 145+187+251=583 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.87% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #91BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BBFB is #6E4404. Grayscale: #B5B5B5. Windows color (decimal): -7226373 or 16497553. OLE color: 16497553.

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

Color convert

RGB145187251-
CMYK0.420.2500.02
HSL216.23º92.98%77.65%-
HSV(B)216.23º42.23%98.43%-
XYZ46.8648.5398.16-
YUV181.74167.09101.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.87%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=24.87%
G=32.08%
B=43.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451872510.420.2500.02216.2392.9877.65
Hex91BBFB2A1902d85d4e
Octal221273373523102330135116
Binary100100011011101111111011101010110010101101100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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