Html Css Color HEX #91ADE9 Jordy Blue

📋 copy color: '#91ADE9'

red 145 ◦ green 173 ◦ blue 233

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

Shades of Jordy Blue #91ADE9

Tints of Jordy Blue #91ADE9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

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

R = 26.32%
G = 31.4%
B = 42.29%

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

#91ADE9 (or 0x91ADE9) is known color: Jordy Blue. HEX triplet: 91, AD and E9. RGB value is (145,173,233). Sum of RGB (Red+Green+Blue) = 145+173+233=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #91ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ADE9 is #6E5216. Grayscale: #ABABAB. Windows color (decimal): -7229975 or 15314321. OLE color: 15314321.

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

Color convert

RGB 145 173 233 -
CMYK 0.38 0.26 0 0.09
HSL 220.91º 0.67% 0.74% -
HSV(B) 220.91º 0.38% 0.91% -
XYZ 41.33 41.79 82.98 -
YUV 171.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 145 173 233 0.38 0.26 0 0.09 220.91 0.67 0.74
Hex 91 AD E9 26 1A 0 9 DD 43 4A
Octal 221 255 351 46 32 0 11 335 103 112
Binary 10010001 10101101 11101001 100110 11010 0 1001 11011101 1000011 1001010

Color Harmonies of #91ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADE9

Black with #91ADE9

Text Example


Text Example

White with #91ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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