Html Css Color HEX #80AADD Jordy Blue

📋 copy color: '#80AADD'

red 128 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #80AADD

Tints of Jordy Blue #80AADD

RGB

 RED value IS 128 (50.39% from 255) = 24.66%

 GREEN value IS 170 (66.8% from 255) = 32.76%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 24.66%
G = 32.76%
B = 42.58%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80AADD (or 0x80AADD) is known color: Jordy Blue. HEX triplet: 80, AA and DD. RGB value is (128,170,221). Sum of RGB (Red+Green+Blue) = 128+170+221=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #80AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADD is #7F5522. Grayscale: #A3A3A3. Windows color (decimal): -8344867 or 14527104. OLE color: 14527104.

HSL color Cylindrical-coordinate representation of color #80AADD: hue angle of 212.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AADD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 170 221 -
CMYK 0.42 0.23 0 0.13
HSL 212.9º 0.58% 0.68% -
HSV(B) 212.9º 0.42% 0.87% -
XYZ 36.33 38.56 73.93 -
YUV 163.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 128 170 221 0.42 0.23 0 0.13 212.9 0.58 0.68
Hex 80 AA DD 2A 17 0 D D5 3A 44
Octal 200 252 335 52 27 0 15 325 72 104
Binary 10000000 10101010 11011101 101010 10111 0 1101 11010101 111010 1000100

Color Harmonies of #80AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AADD

Black with #80AADD

Text Example


Text Example

White with #80AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AADD; }

 p { color: rgb(128,170,221); }

 H1.HeaderClassName
 {
   color: #80AADD;
 }
 .AnyTagClassName
 {
   color: #80AADD;
 }
</style>

background-color css

<style>
 a { background-color: #80AADD; }

 a { background-color: rgb(128,170,221); }

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

border-color css

<style>
 span { border-color: #80AADD; }

 span { border-color: rgb(128,170,221); }

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