Html Css Color HEX #80AAFD Jordy Blue

📋 copy color: '#80AAFD'

red 128 ◦ green 170 ◦ blue 253

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

Shades of Jordy Blue #80AAFD

Tints of Jordy Blue #80AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 23.23%
G = 30.85%
B = 45.92%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80AAFD (or 0x80AAFD) is known color: Jordy Blue. HEX triplet: 80, AA and FD. RGB value is (128,170,253). Sum of RGB (Red+Green+Blue) = 128+170+253=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #80AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AAFD is #7F5502. Grayscale: #A6A6A6. Windows color (decimal): -8344835 or 16624256. OLE color: 16624256.

HSL color Cylindrical-coordinate representation of color #80AAFD: hue angle of 219.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80AAFD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 170 253 -
CMYK 0.49 0.33 0 0.01
HSL 219.84º 0.97% 0.75% -
HSV(B) 219.84º 0.49% 0.99% -
XYZ 41.01 40.43 98.57 -
YUV 166.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 128 170 253 0.49 0.33 0 0.01 219.84 0.97 0.75
Hex 80 AA FD 31 21 0 1 DC 61 4B
Octal 200 252 375 61 41 0 1 334 141 113
Binary 10000000 10101010 11111101 110001 100001 0 1 11011100 1100001 1001011

Color Harmonies of #80AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAFD

Black with #80AAFD

Text Example


Text Example

White with #80AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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