Html Css Color HEX #80ABDC Jordy Blue

📋 copy color: '#80ABDC'

red 128 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #80ABDC

Tints of Jordy Blue #80ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.95%

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

R = 24.66%
G = 32.95%
B = 42.39%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80ABDC (or 0x80ABDC) is known color: Jordy Blue. HEX triplet: 80, AB and DC. RGB value is (128,171,220). Sum of RGB (Red+Green+Blue) = 128+171+220=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #80ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABDC is #7F5423. Grayscale: #A3A3A3. Windows color (decimal): -8344612 or 14461824. OLE color: 14461824.

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

Color convert

RGB 128 171 220 -
CMYK 0.42 0.22 0 0.14
HSL 211.96º 0.57% 0.68% -
HSV(B) 211.96º 0.42% 0.86% -
XYZ 36.38 38.88 73.3 -
YUV 163.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 128 171 220 0.42 0.22 0 0.14 211.96 0.57 0.68
Hex 80 AB DC 2A 16 0 E D4 39 44
Octal 200 253 334 52 26 0 16 324 71 104
Binary 10000000 10101011 11011100 101010 10110 0 1110 11010100 111001 1000100

Color Harmonies of #80ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABDC

Black with #80ABDC

Text Example


Text Example

White with #80ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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