Html Css Color HEX #80A8DD Jordy Blue

📋 copy color: '#80A8DD'

red 128 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #80A8DD

Tints of Jordy Blue #80A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 24.76%
G = 32.5%
B = 42.75%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80A8DD (or 0x80A8DD) is known color: Jordy Blue. HEX triplet: 80, A8 and DD. RGB value is (128,168,221). Sum of RGB (Red+Green+Blue) = 128+168+221=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #80A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8DD is #7F5722. Grayscale: #A1A1A1. Windows color (decimal): -8345379 or 14526592. OLE color: 14526592.

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

Color convert

RGB 128 168 221 -
CMYK 0.42 0.24 0 0.13
HSL 214.19º 0.58% 0.68% -
HSV(B) 214.19º 0.42% 0.87% -
XYZ 35.96 37.81 73.81 -
YUV 162.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 128 168 221 0.42 0.24 0 0.13 214.19 0.58 0.68
Hex 80 A8 DD 2A 18 0 D D6 3A 44
Octal 200 250 335 52 30 0 15 326 72 104
Binary 10000000 10101000 11011101 101010 11000 0 1101 11010110 111010 1000100

Color Harmonies of #80A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8DD

Black with #80A8DD

Text Example


Text Example

White with #80A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,221); }

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

background-color css

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

 a { background-color: rgb(128,168,221); }

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

border-color css

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

 span { border-color: rgb(128,168,221); }

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