Html Css Color HEX #91ACE3 Jordy Blue

📋 copy color: '#91ACE3'

red 145 ◦ green 172 ◦ blue 227

#91ACE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #91ACE3

Tints of Jordy Blue #91ACE3

RGB

 RED value IS 145 (57.03% from 255) = 26.65%

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 227 (89.06% from 255) = 41.73%

R = 26.65%
G = 31.62%
B = 41.73%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#91ACE3 (or 0x91ACE3) is known color: Jordy Blue. HEX triplet: 91, AC and E3. RGB value is (145,172,227). Sum of RGB (Red+Green+Blue) = 145+172+227=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #91ACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACE3 is #6E531C. Grayscale: #A9A9A9. Windows color (decimal): -7230237 or 14920849. OLE color: 14920849.

HSL color Cylindrical-coordinate representation of color #91ACE3: hue angle of 220.24º 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 #91ACE3 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 145 172 227 -
CMYK 0.36 0.24 0 0.11
HSL 220.24º 0.59% 0.73% -
HSV(B) 220.24º 0.36% 0.89% -
XYZ 40.29 41.07 78.48 -
YUV 170.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 145 172 227 0.36 0.24 0 0.11 220.24 0.59 0.73
Hex 91 AC E3 24 18 0 B DC 3B 49
Octal 221 254 343 44 30 0 13 334 73 111
Binary 10010001 10101100 11100011 100100 11000 0 1011 11011100 111011 1001001

Color Harmonies of #91ACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACE3

Black with #91ACE3

Text Example


Text Example

White with #91ACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91ACE3;
 }
 .AnyTagClassName
 {
   color: #91ACE3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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