#91ADE3

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

Shades of Jordy Blue #91ADE3

Tints of Jordy Blue #91ADE3

Color information

#91ADE3 (or 0x91ADE3) is unknown color: approx Jordy Blue. HEX triplet: 91, AD and E3. RGB value is (145,173,227). Sum of RGB (Red+Green+Blue) = 145+173+227=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #91ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADE3 is #6E521C. Grayscale: #AAAAAA. Windows color (decimal): -7229981 or 14921105. OLE color: 14921105.

HSL color Cylindrical-coordinate representation of color #91ADE3: hue angle of 219.51º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91ADE3 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB145173227-
CMYK0.360.2400.11
HSL219.51º59.42%72.94%-
HSV(B)219.51º36.12%89.02%-
XYZ40.4941.4578.54-
YUV170.78159.72109.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=26.61%
G=31.74%
B=41.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1451732270.360.2400.11219.5159.4272.94
Hex91ADE324180Bdc3b49
Octal221255343443001333473111
Binary1001000110101101111000111001001100001011110111001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,173,227); }

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

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

 a { background-color: rgb(145,173,227); }

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

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

 span { border-color: rgb(145,173,227); }

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