Html Css Color HEX #80ABDB Jordy Blue

📋 copy color: '#80ABDB'

red 128 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #80ABDB

Tints of Jordy Blue #80ABDB

RGB

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

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

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

R = 24.71%
G = 33.01%
B = 42.28%

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

#80ABDB (or 0x80ABDB) is known color: Jordy Blue. HEX triplet: 80, AB and DB. RGB value is (128,171,219). Sum of RGB (Red+Green+Blue) = 128+171+219=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #80ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABDB is #7F5424. Grayscale: #A3A3A3. Windows color (decimal): -8344613 or 14396288. OLE color: 14396288.

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

Color convert

RGB 128 171 219 -
CMYK 0.42 0.22 0 0.14
HSL 211.65º 0.56% 0.68% -
HSV(B) 211.65º 0.42% 0.86% -
XYZ 36.25 38.83 72.6 -
YUV 163.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 128 171 219 0.42 0.22 0 0.14 211.65 0.56 0.68
Hex 80 AB DB 2A 16 0 E D4 38 44
Octal 200 253 333 52 26 0 16 324 70 104
Binary 10000000 10101011 11011011 101010 10110 0 1110 11010100 111000 1000100

Color Harmonies of #80ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABDB

Black with #80ABDB

Text Example


Text Example

White with #80ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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