Html Css Color HEX #91ACE9 Jordy Blue

📋 copy color: '#91ACE9'

red 145 ◦ green 172 ◦ blue 233

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

Shades of Jordy Blue #91ACE9

Tints of Jordy Blue #91ACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.36%

R = 26.36%
G = 31.27%
B = 42.36%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#91ACE9 (or 0x91ACE9) is known color: Jordy Blue. HEX triplet: 91, AC and E9. RGB value is (145,172,233). Sum of RGB (Red+Green+Blue) = 145+172+233=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #91ACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACE9 is #6E5316. Grayscale: #AAAAAA. Windows color (decimal): -7230231 or 15314065. OLE color: 15314065.

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

Color convert

RGB 145 172 233 -
CMYK 0.38 0.26 0 0.09
HSL 221.59º 0.67% 0.74% -
HSV(B) 221.59º 0.38% 0.91% -
XYZ 41.14 41.41 82.92 -
YUV 170.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 145 172 233 0.38 0.26 0 0.09 221.59 0.67 0.74
Hex 91 AC E9 26 1A 0 9 DE 43 4A
Octal 221 254 351 46 32 0 11 336 103 112
Binary 10010001 10101100 11101001 100110 11010 0 1001 11011110 1000011 1001010

Color Harmonies of #91ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACE9

Black with #91ACE9

Text Example


Text Example

White with #91ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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