#91D4FA

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

Shades of Light Sky Blue #91D4FA

Tints of Light Sky Blue #91D4FA

Color information

#91D4FA (or 0x91D4FA) is unknown color: approx Light Sky Blue. HEX triplet: 91, D4 and FA. RGB value is (145,212,250). Sum of RGB (Red+Green+Blue) = 145+212+250=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #91D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D4FA is #6E2B05. Grayscale: #C4C4C4. Windows color (decimal): -7219974 or 16438417. OLE color: 16438417.

HSL color Cylindrical-coordinate representation of color #91D4FA: hue angle of 201.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91D4FA is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145212250-
CMYK0.420.1500.02
HSL201.71º91.3%77.45%-
HSV(B)201.71º42%98.04%-
XYZ52.4860.0199.26-
YUV196.3158.391.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.89%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=23.89%
G=34.93%
B=41.19%

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
Decimal1452122500.420.1500.02201.7191.377.45
Hex91D4FA2AF02ca5b4d
Octal221324372521702312133115
Binary10010001110101001111101010101011110101100101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,212,250); }

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

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

 a { background-color: rgb(145,212,250); }

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

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

 span { border-color: rgb(145,212,250); }

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