Html Css Color HEX #80AADE Jordy Blue

📋 copy color: '#80AADE'

red 128 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #80AADE

Tints of Jordy Blue #80AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 24.62%
G = 32.69%
B = 42.69%

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

#80AADE (or 0x80AADE) is known color: Jordy Blue. HEX triplet: 80, AA and DE. RGB value is (128,170,222). Sum of RGB (Red+Green+Blue) = 128+170+222=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #80AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADE is #7F5521. Grayscale: #A3A3A3. Windows color (decimal): -8344866 or 14592640. OLE color: 14592640.

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

Color convert

RGB 128 170 222 -
CMYK 0.42 0.23 0 0.13
HSL 213.19º 0.59% 0.69% -
HSV(B) 213.19º 0.42% 0.87% -
XYZ 36.46 38.61 74.64 -
YUV 163.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 128 170 222 0.42 0.23 0 0.13 213.19 0.59 0.69
Hex 80 AA DE 2A 17 0 D D5 3B 45
Octal 200 252 336 52 27 0 15 325 73 105
Binary 10000000 10101010 11011110 101010 10111 0 1101 11010101 111011 1000101

Color Harmonies of #80AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AADE

Black with #80AADE

Text Example


Text Example

White with #80AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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