Html Css Color HEX #80AAE1 Jordy Blue

📋 copy color: '#80AAE1'

red 128 ◦ green 170 ◦ blue 225

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

Shades of Jordy Blue #80AAE1

Tints of Jordy Blue #80AAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 24.47%
G = 32.5%
B = 43.02%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#80AAE1 (or 0x80AAE1) is known color: Jordy Blue. HEX triplet: 80, AA and E1. RGB value is (128,170,225). Sum of RGB (Red+Green+Blue) = 128+170+225=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #80AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAE1 is #7F551E. Grayscale: #A3A3A3. Windows color (decimal): -8344863 or 14789248. OLE color: 14789248.

HSL color Cylindrical-coordinate representation of color #80AAE1: hue angle of 214.02º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AAE1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 170 225 -
CMYK 0.43 0.24 0 0.12
HSL 214.02º 0.62% 0.69% -
HSV(B) 214.02º 0.43% 0.88% -
XYZ 36.87 38.77 76.78 -
YUV 163.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 128 170 225 0.43 0.24 0 0.12 214.02 0.62 0.69
Hex 80 AA E1 2B 18 0 C D6 3E 45
Octal 200 252 341 53 30 0 14 326 76 105
Binary 10000000 10101010 11100001 101011 11000 0 1100 11010110 111110 1000101

Color Harmonies of #80AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAE1

Black with #80AAE1

Text Example


Text Example

White with #80AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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