Html Css Color HEX #80AAFE Jordy Blue

📋 copy color: '#80AAFE'

red 128 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #80AAFE

Tints of Jordy Blue #80AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 23.19%
G = 30.8%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80AAFE (or 0x80AAFE) is known color: Jordy Blue. HEX triplet: 80, AA and FE. RGB value is (128,170,254). Sum of RGB (Red+Green+Blue) = 128+170+254=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #80AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAFE is #7F5501. Grayscale: #A6A6A6. Windows color (decimal): -8344834 or 16689792. OLE color: 16689792.

HSL color Cylindrical-coordinate representation of color #80AAFE: hue angle of 220º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80AAFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 170 254 -
CMYK 0.50 0.33 0 0.00
HSL 220º 0.98% 0.75% -
HSV(B) 220º 0.5% 1% -
XYZ 41.17 40.49 99.41 -
YUV 167.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 128 170 254 0.50 0.33 0 0.00 220 0.98 0.75
Hex 80 AA FE 32 21 0 0 DC 62 4B
Octal 200 252 376 62 41 0 0 334 142 113
Binary 10000000 10101010 11111110 110010 100001 0 0 11011100 1100010 1001011

Color Harmonies of #80AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAFE

Black with #80AAFE

Text Example


Text Example

White with #80AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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