#91AEEB

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

Shades of Jordy Blue #91AEEB

Tints of Jordy Blue #91AEEB

Color information

#91AEEB (or 0x91AEEB) is unknown color: approx Jordy Blue. HEX triplet: 91, AE and EB. RGB value is (145,174,235). Sum of RGB (Red+Green+Blue) = 145+174+235=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #91AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AEEB is #6E5114. Grayscale: #ACACAC. Windows color (decimal): -7229717 or 15445649. OLE color: 15445649.

HSL color Cylindrical-coordinate representation of color #91AEEB: hue angle of 220.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91AEEB is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145174235-
CMYK0.380.2600.08
HSL220.67º69.23%74.51%-
HSV(B)220.67º38.3%92.16%-
XYZ41.8142.2984.56-
YUV172.28163.39108.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=26.17%
G=31.41%
B=42.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451742350.380.2600.08220.6769.2374.51
Hex91AEEB261A08dd454b
Octal2212563534632010335105113
Binary10010001101011101110101110011011010010001101110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,174,235); }

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

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

 a { background-color: rgb(145,174,235); }

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

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

 span { border-color: rgb(145,174,235); }

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