#91D5FE

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

Shades of Light Sky Blue #91D5FE

Tints of Light Sky Blue #91D5FE

Color information

#91D5FE (or 0x91D5FE) is unknown color: approx Light Sky Blue. HEX triplet: 91, D5 and FE. RGB value is (145,213,254). Sum of RGB (Red+Green+Blue) = 145+213+254=612 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.69% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #91D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D5FE is #6E2A01. Grayscale: #C5C5C5. Windows color (decimal): -7219714 or 16700817. OLE color: 16700817.

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

Color convert

RGB145213254-
CMYK0.430.1600.00
HSL202.57º98.2%78.24%-
HSV(B)202.57º42.91%99.61%-
XYZ53.3660.76102.68-
YUV197.34159.9790.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.69%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=23.69%
G=34.80%
B=41.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1452132540.430.1600.00202.5798.278.24
Hex91D5FE2B1000cb624e
Octal221325376532000313142116
Binary10010001110101011111111010101110000001100101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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