#91AEE8

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

Shades of Jordy Blue #91AEE8

Tints of Jordy Blue #91AEE8

Color information

#91AEE8 (or 0x91AEE8) is unknown color: approx Jordy Blue. HEX triplet: 91, AE and E8. RGB value is (145,174,232). Sum of RGB (Red+Green+Blue) = 145+174+232=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #91AEE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AEE8 is #6E5117. Grayscale: #ABABAB. Windows color (decimal): -7229720 or 15249041. OLE color: 15249041.

HSL color Cylindrical-coordinate representation of color #91AEE8: hue angle of 220º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91AEE8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145174232-
CMYK0.380.2500.09
HSL220º65.41%73.92%-
HSV(B)220º37.5%90.98%-
XYZ41.3842.1282.29-
YUV171.94161.89108.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.32%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=26.32%
G=31.58%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451742320.380.2500.0922065.4173.92
Hex91AEE8261909dc414a
Octal2212563504631011334101112
Binary10010001101011101110100010011011001010011101110010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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