Html Css Color HEX #80A8DC Jordy Blue

📋 copy color: '#80A8DC'

red 128 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #80A8DC

Tints of Jordy Blue #80A8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 24.81%
G = 32.56%
B = 42.64%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80A8DC (or 0x80A8DC) is known color: Jordy Blue. HEX triplet: 80, A8 and DC. RGB value is (128,168,220). Sum of RGB (Red+Green+Blue) = 128+168+220=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #80A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8DC is #7F5723. Grayscale: #A1A1A1. Windows color (decimal): -8345380 or 14461056. OLE color: 14461056.

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

Color convert

RGB 128 168 220 -
CMYK 0.42 0.24 0 0.14
HSL 213.91º 0.57% 0.68% -
HSV(B) 213.91º 0.42% 0.86% -
XYZ 35.82 37.76 73.11 -
YUV 161.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 128 168 220 0.42 0.24 0 0.14 213.91 0.57 0.68
Hex 80 A8 DC 2A 18 0 E D6 39 44
Octal 200 250 334 52 30 0 16 326 71 104
Binary 10000000 10101000 11011100 101010 11000 0 1110 11010110 111001 1000100

Color Harmonies of #80A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8DC

Black with #80A8DC

Text Example


Text Example

White with #80A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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