#91CEFA

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

Shades of Light Sky Blue #91CEFA

Tints of Light Sky Blue #91CEFA

Color information

#91CEFA (or 0x91CEFA) is unknown color: approx Light Sky Blue. HEX triplet: 91, CE and FA. RGB value is (145,206,250). Sum of RGB (Red+Green+Blue) = 145+206+250=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #91CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CEFA is #6E3105. Grayscale: #C0C0C0. Windows color (decimal): -7221510 or 16436881. OLE color: 16436881.

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

Color convert

RGB145206250-
CMYK0.420.1800.02
HSL205.14º91.3%77.45%-
HSV(B)205.14º42%98.04%-
XYZ5157.0698.77-
YUV192.78160.2993.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.13%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=24.13%
G=34.28%
B=41.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452062500.420.1800.02205.1491.377.45
Hex91CEFA2A1202cd5b4d
Octal221316372522202315133115
Binary100100011100111011111010101010100100101100110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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