Html Css Color HEX #80ADDD Jordy Blue

📋 copy color: '#80ADDD'

red 128 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #80ADDD

Tints of Jordy Blue #80ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 24.52%
G = 33.14%
B = 42.34%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80ADDD (or 0x80ADDD) is known color: Jordy Blue. HEX triplet: 80, AD and DD. RGB value is (128,173,221). Sum of RGB (Red+Green+Blue) = 128+173+221=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #80ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDD is #7F5222. Grayscale: #A4A4A4. Windows color (decimal): -8344099 or 14527872. OLE color: 14527872.

HSL color Cylindrical-coordinate representation of color #80ADDD: hue angle of 210.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80ADDD is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 173 221 -
CMYK 0.42 0.22 0 0.13
HSL 210.97º 0.58% 0.68% -
HSV(B) 210.97º 0.42% 0.87% -
XYZ 36.9 39.7 74.12 -
YUV 165.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 128 173 221 0.42 0.22 0 0.13 210.97 0.58 0.68
Hex 80 AD DD 2A 16 0 D D3 3A 44
Octal 200 255 335 52 26 0 15 323 72 104
Binary 10000000 10101101 11011101 101010 10110 0 1101 11010011 111010 1000100

Color Harmonies of #80ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADDD

Black with #80ADDD

Text Example


Text Example

White with #80ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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