#91D0FA

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

Shades of Light Sky Blue #91D0FA

Tints of Light Sky Blue #91D0FA

Color information

#91D0FA (or 0x91D0FA) is unknown color: approx Light Sky Blue. HEX triplet: 91, D0 and FA. RGB value is (145,208,250). Sum of RGB (Red+Green+Blue) = 145+208+250=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #91D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D0FA is #6E2F05. Grayscale: #C1C1C1. Windows color (decimal): -7220998 or 16437393. OLE color: 16437393.

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

Color convert

RGB145208250-
CMYK0.420.1700.02
HSL204º91.3%77.45%-
HSV(B)204º42%98.04%-
XYZ51.4958.0398.93-
YUV193.95159.6393.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.05%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=24.05%
G=34.49%
B=41.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452082500.420.1700.0220491.377.45
Hex91D0FA2A1102cc5b4d
Octal221320372522102314133115
Binary100100011101000011111010101010100010101100110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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