#91C3FD

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

Shades of Light Sky Blue #91C3FD

Tints of Light Sky Blue #91C3FD

Color information

#91C3FD (or 0x91C3FD) is unknown color: approx Light Sky Blue. HEX triplet: 91, C3 and FD. RGB value is (145,195,253). Sum of RGB (Red+Green+Blue) = 145+195+253=593 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.45% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #91C3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C3FD is #6E3C02. Grayscale: #BABABA. Windows color (decimal): -7224323 or 16630673. OLE color: 16630673.

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

Color convert

RGB145195253-
CMYK0.430.2300.01
HSL212.22º96.43%78.04%-
HSV(B)212.22º42.69%99.22%-
XYZ48.9252.14100.41-
YUV186.66165.4498.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.45%
GREEN value IS 195 (76.56% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=24.45%
G=32.88%
B=42.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451952530.430.2300.01212.2296.4378.04
Hex91C3FD2B1701d4604e
Octal221303375532701324140116
Binary10010001110000111111110110101110111011101010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,195,253); }

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

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

 a { background-color: rgb(145,195,253); }

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

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

 span { border-color: rgb(145,195,253); }

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