#91CAFE

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

Shades of Light Sky Blue #91CAFE

Tints of Light Sky Blue #91CAFE

Color information

#91CAFE (or 0x91CAFE) is unknown color: approx Light Sky Blue. HEX triplet: 91, CA and FE. RGB value is (145,202,254). Sum of RGB (Red+Green+Blue) = 145+202+254=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #91CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CAFE is #6E3501. Grayscale: #BEBEBE. Windows color (decimal): -7222530 or 16698001. OLE color: 16698001.

HSL color Cylindrical-coordinate representation of color #91CAFE: hue angle of 208.62º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91CAFE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB145202254-
CMYK0.430.2000.00
HSL208.62º98.2%78.24%-
HSV(B)208.62º42.91%99.61%-
XYZ50.6955.42101.79-
YUV190.88163.6295.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.13%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=24.13%
G=33.61%
B=42.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1452022540.430.2000.00208.6298.278.24
Hex91CAFE2B1400d1624e
Octal221312376532400321142116
Binary10010001110010101111111010101110100001101000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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