#91D5FB

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

Shades of Light Sky Blue #91D5FB

Tints of Light Sky Blue #91D5FB

Color information

#91D5FB (or 0x91D5FB) is unknown color: approx Light Sky Blue. HEX triplet: 91, D5 and FB. RGB value is (145,213,251). Sum of RGB (Red+Green+Blue) = 145+213+251=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #91D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D5FB is #6E2A04. Grayscale: #C4C4C4. Windows color (decimal): -7219717 or 16504209. OLE color: 16504209.

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

Color convert

RGB145213251-
CMYK0.420.1500.02
HSL201.51º92.98%77.65%-
HSV(B)201.51º42.23%98.43%-
XYZ52.8860.57100.17-
YUV197158.4790.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.81%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=23.81%
G=34.98%
B=41.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452132510.420.1500.02201.5192.9877.65
Hex91D5FB2AF02ca5d4e
Octal221325373521702312135116
Binary10010001110101011111101110101011110101100101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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