#91ACEE

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

Shades of Jordy Blue #91ACEE

Tints of Jordy Blue #91ACEE

Color information

#91ACEE (or 0x91ACEE) is unknown color: approx Jordy Blue. HEX triplet: 91, AC and EE. RGB value is (145,172,238). Sum of RGB (Red+Green+Blue) = 145+172+238=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #91ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACEE is #6E5311. Grayscale: #ABABAB. Windows color (decimal): -7230226 or 15641745. OLE color: 15641745.

HSL color Cylindrical-coordinate representation of color #91ACEE: hue angle of 222.58º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ACEE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145172238-
CMYK0.390.2800.07
HSL222.58º73.23%75.1%-
HSV(B)222.58º39.08%93.33%-
XYZ41.8641.786.73-
YUV171.45165.55109.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=26.13%
G=30.99%
B=42.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451722380.390.2800.07222.5873.2375.1
Hex91ACEE271C07df494b
Octal221254356473407337111113
Binary1001000110101100111011101001111110001111101111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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