Html Css Color HEX #80ACDC Jordy Blue

📋 copy color: '#80ACDC'

red 128 ◦ green 172 ◦ blue 220

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

Shades of Jordy Blue #80ACDC

Tints of Jordy Blue #80ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 24.62%
G = 33.08%
B = 42.31%

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

#80ACDC (or 0x80ACDC) is known color: Jordy Blue. HEX triplet: 80, AC and DC. RGB value is (128,172,220). Sum of RGB (Red+Green+Blue) = 128+172+220=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #80ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDC is #7F5323. Grayscale: #A4A4A4. Windows color (decimal): -8344356 or 14462080. OLE color: 14462080.

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

Color convert

RGB 128 172 220 -
CMYK 0.42 0.22 0 0.14
HSL 211.3º 0.57% 0.68% -
HSV(B) 211.3º 0.42% 0.86% -
XYZ 36.57 39.26 73.36 -
YUV 164.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 128 172 220 0.42 0.22 0 0.14 211.3 0.57 0.68
Hex 80 AC DC 2A 16 0 E D3 39 44
Octal 200 254 334 52 26 0 16 323 71 104
Binary 10000000 10101100 11011100 101010 10110 0 1110 11010011 111001 1000100

Color Harmonies of #80ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACDC

Black with #80ACDC

Text Example


Text Example

White with #80ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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