#91D0FD

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

Shades of Light Sky Blue #91D0FD

Tints of Light Sky Blue #91D0FD

Color information

#91D0FD (or 0x91D0FD) is unknown color: approx Light Sky Blue. HEX triplet: 91, D0 and FD. RGB value is (145,208,253). Sum of RGB (Red+Green+Blue) = 145+208+253=606 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.93% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #91D0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D0FD is #6E2F02. Grayscale: #C2C2C2. Windows color (decimal): -7220995 or 16634001. OLE color: 16634001.

HSL color Cylindrical-coordinate representation of color #91D0FD: hue angle of 205º 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 #91D0FD is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145208253-
CMYK0.430.1800.01
HSL205º96.43%78.04%-
HSV(B)205º42.69%99.22%-
XYZ51.9658.22101.43-
YUV194.29161.1392.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.93%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=23.93%
G=34.32%
B=41.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452082530.430.1800.0120596.4378.04
Hex91D0FD2B1201cd604e
Octal221320375532201315140116
Binary10010001110100001111110110101110010011100110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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