#91BDFC

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

Shades of Light Sky Blue #91BDFC

Tints of Light Sky Blue #91BDFC

Color information

#91BDFC (or 0x91BDFC) is unknown color: approx Light Sky Blue. HEX triplet: 91, BD and FC. RGB value is (145,189,252). Sum of RGB (Red+Green+Blue) = 145+189+252=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #91BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BDFC is #6E4203. Grayscale: #B6B6B6. Windows color (decimal): -7225860 or 16563601. OLE color: 16563601.

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

Color convert

RGB145189252-
CMYK0.420.2500.01
HSL215.33º94.69%77.84%-
HSV(B)215.33º42.46%98.82%-
XYZ47.4549.4499.14-
YUV183.03166.92100.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.74%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=24.74%
G=32.25%
B=43.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451892520.420.2500.01215.3394.6977.84
Hex91BDFC2A1901d75f4e
Octal221275374523101327137116
Binary10010001101111011111110010101011001011101011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,189,252); }

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

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

 a { background-color: rgb(145,189,252); }

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

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

 span { border-color: rgb(145,189,252); }

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