Html Css Color HEX #80ADDB Jordy Blue

📋 copy color: '#80ADDB'

red 128 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #80ADDB

Tints of Jordy Blue #80ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 24.62%
G = 33.27%
B = 42.12%

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

#80ADDB (or 0x80ADDB) is known color: Jordy Blue. HEX triplet: 80, AD and DB. RGB value is (128,173,219). Sum of RGB (Red+Green+Blue) = 128+173+219=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #80ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADDB is #7F5224. Grayscale: #A4A4A4. Windows color (decimal): -8344101 or 14396800. OLE color: 14396800.

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

Color convert

RGB 128 173 219 -
CMYK 0.42 0.21 0 0.14
HSL 210.33º 0.56% 0.68% -
HSV(B) 210.33º 0.42% 0.86% -
XYZ 36.63 39.59 72.73 -
YUV 164.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 128 173 219 0.42 0.21 0 0.14 210.33 0.56 0.68
Hex 80 AD DB 2A 15 0 E D2 38 44
Octal 200 255 333 52 25 0 16 322 70 104
Binary 10000000 10101101 11011011 101010 10101 0 1110 11010010 111000 1000100

Color Harmonies of #80ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADDB

Black with #80ADDB

Text Example


Text Example

White with #80ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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