#91C2FB

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

Shades of Light Sky Blue #91C2FB

Tints of Light Sky Blue #91C2FB

Color information

#91C2FB (or 0x91C2FB) is unknown color: approx Light Sky Blue. HEX triplet: 91, C2 and FB. RGB value is (145,194,251). Sum of RGB (Red+Green+Blue) = 145+194+251=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #91C2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C2FB is #6E3D04. Grayscale: #B9B9B9. Windows color (decimal): -7224581 or 16499345. OLE color: 16499345.

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

Color convert

RGB145194251-
CMYK0.420.2300.02
HSL212.26º92.98%77.65%-
HSV(B)212.26º42.23%98.43%-
XYZ48.3851.5798.67-
YUV185.85164.7798.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.58%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=24.58%
G=32.88%
B=42.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451942510.420.2300.02212.2692.9877.65
Hex91C2FB2A1702d45d4e
Octal221302373522702324135116
Binary100100011100001011111011101010101110101101010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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