#91CAFC

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

Shades of Light Sky Blue #91CAFC

Tints of Light Sky Blue #91CAFC

Color information

#91CAFC (or 0x91CAFC) is unknown color: approx Light Sky Blue. HEX triplet: 91, CA and FC. RGB value is (145,202,252). Sum of RGB (Red+Green+Blue) = 145+202+252=599 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.21% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #91CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CAFC is #6E3503. Grayscale: #BEBEBE. Windows color (decimal): -7222532 or 16566929. OLE color: 16566929.

HSL color Cylindrical-coordinate representation of color #91CAFC: hue angle of 208.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CAFC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145202252-
CMYK0.420.2000.01
HSL208.04º94.69%77.84%-
HSV(B)208.04º42.46%98.82%-
XYZ50.3755.29100.11-
YUV190.66162.6295.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.21%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=24.21%
G=33.72%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452022520.420.2000.01208.0494.6977.84
Hex91CAFC2A1401d05f4e
Octal221312374522401320137116
Binary10010001110010101111110010101010100011101000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,202,252); }

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

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

 a { background-color: rgb(145,202,252); }

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

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

 span { border-color: rgb(145,202,252); }

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