#91ace8

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

Shades of Jordy Blue #91ACE8

Tints of Jordy Blue #91ACE8

Color information

#91ACE8 (or 0x91ACE8) is unknown color: approx Jordy Blue. HEX triplet: 91, AC and E8. RGB value is (145,172,232). Sum of RGB (Red+Green+Blue) = 145+172+232=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #91ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACE8 is #6E5317. Grayscale: #AAAAAA. Windows color (decimal): -7230232 or 15248529. OLE color: 15248529.

HSL color Cylindrical-coordinate representation of color #91ACE8: hue angle of 221.38º 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 #91ACE8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145172232-
CMYK0.380.2600.09
HSL221.38º65.41%73.92%-
HSV(B)221.38º37.5%90.98%-
XYZ4141.3582.16-
YUV170.77162.55109.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.41%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 232 (91.02% from 255) = 42.26%
R=26.41%
G=31.33%
B=42.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451722320.380.2600.09221.3865.4173.92
Hex91ACE8261A09dd414a
Octal2212543504632011335101112
Binary10010001101011001110100010011011010010011101110110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ace8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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