#91CEFD

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

Shades of Light Sky Blue #91CEFD

Tints of Light Sky Blue #91CEFD

Color information

#91CEFD (or 0x91CEFD) is unknown color: approx Light Sky Blue. HEX triplet: 91, CE and FD. RGB value is (145,206,253). Sum of RGB (Red+Green+Blue) = 145+206+253=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #91CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CEFD is #6E3102. Grayscale: #C0C0C0. Windows color (decimal): -7221507 or 16633489. OLE color: 16633489.

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

Color convert

RGB145206253-
CMYK0.430.1900.01
HSL206.11º96.43%78.04%-
HSV(B)206.11º42.69%99.22%-
XYZ51.4857.25101.27-
YUV193.12161.7993.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.01%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=24.01%
G=34.11%
B=41.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452062530.430.1900.01206.1196.4378.04
Hex91CEFD2B1301ce604e
Octal221316375532301316140116
Binary10010001110011101111110110101110011011100111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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