Html Css Color HEX #80ADDC Jordy Blue

📋 copy color: '#80ADDC'

red 128 ◦ green 173 ◦ blue 220

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

Shades of Jordy Blue #80ADDC

Tints of Jordy Blue #80ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 24.57%
G = 33.21%
B = 42.23%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80ADDC (or 0x80ADDC) is known color: Jordy Blue. HEX triplet: 80, AD and DC. RGB value is (128,173,220). Sum of RGB (Red+Green+Blue) = 128+173+220=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #80ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDC is #7F5223. Grayscale: #A4A4A4. Windows color (decimal): -8344100 or 14462336. OLE color: 14462336.

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

Color convert

RGB 128 173 220 -
CMYK 0.42 0.21 0 0.14
HSL 210.65º 0.57% 0.68% -
HSV(B) 210.65º 0.42% 0.86% -
XYZ 36.76 39.64 73.42 -
YUV 164.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 128 173 220 0.42 0.21 0 0.14 210.65 0.57 0.68
Hex 80 AD DC 2A 15 0 E D3 39 44
Octal 200 255 334 52 25 0 16 323 71 104
Binary 10000000 10101101 11011100 101010 10101 0 1110 11010011 111001 1000100

Color Harmonies of #80ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADDC

Black with #80ADDC

Text Example


Text Example

White with #80ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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