Html Css Color HEX #80A1DC Jordy Blue

📋 copy color: '#80A1DC'

red 128 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #80A1DC

Tints of Jordy Blue #80A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.63%

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

R = 25.15%
G = 31.63%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80A1DC (or 0x80A1DC) is known color: Jordy Blue. HEX triplet: 80, A1 and DC. RGB value is (128,161,220). Sum of RGB (Red+Green+Blue) = 128+161+220=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #80A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A1DC is #7F5E23. Grayscale: #9D9D9D. Windows color (decimal): -8347172 or 14459264. OLE color: 14459264.

HSL color Cylindrical-coordinate representation of color #80A1DC: hue angle of 218.48º 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 #80A1DC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 161 220 -
CMYK 0.42 0.27 0 0.14
HSL 218.48º 0.57% 0.68% -
HSV(B) 218.48º 0.42% 0.86% -
XYZ 34.57 35.25 72.69 -
YUV 157.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 128 161 220 0.42 0.27 0 0.14 218.48 0.57 0.68
Hex 80 A1 DC 2A 1B 0 E DA 39 44
Octal 200 241 334 52 33 0 16 332 71 104
Binary 10000000 10100001 11011100 101010 11011 0 1110 11011010 111001 1000100

Color Harmonies of #80A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A1DC

Black with #80A1DC

Text Example


Text Example

White with #80A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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