Html Css Color HEX #80AAD8 Jordy Blue

📋 copy color: '#80AAD8'

red 128 ◦ green 170 ◦ blue 216

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

Shades of Jordy Blue #80AAD8

Tints of Jordy Blue #80AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 24.9%
G = 33.07%
B = 42.02%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80AAD8 (or 0x80AAD8) is known color: Jordy Blue. HEX triplet: 80, AA and D8. RGB value is (128,170,216). Sum of RGB (Red+Green+Blue) = 128+170+216=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #80AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAD8 is #7F5527. Grayscale: #A2A2A2. Windows color (decimal): -8344872 or 14199424. OLE color: 14199424.

HSL color Cylindrical-coordinate representation of color #80AAD8: hue angle of 211.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80AAD8 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 170 216 -
CMYK 0.41 0.21 0 0.15
HSL 211.36º 0.53% 0.67% -
HSV(B) 211.36º 0.41% 0.85% -
XYZ 35.67 38.3 70.48 -
YUV 162.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 128 170 216 0.41 0.21 0 0.15 211.36 0.53 0.67
Hex 80 AA D8 29 15 0 F D3 35 43
Octal 200 252 330 51 25 0 17 323 65 103
Binary 10000000 10101010 11011000 101001 10101 0 1111 11010011 110101 1000011

Color Harmonies of #80AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAD8

Black with #80AAD8

Text Example


Text Example

White with #80AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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