Html Css Color HEX #80ACDB Jordy Blue

📋 copy color: '#80ACDB'

red 128 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #80ACDB

Tints of Jordy Blue #80ACDB

RGB

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

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

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

R = 24.66%
G = 33.14%
B = 42.2%

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

#80ACDB (or 0x80ACDB) is known color: Jordy Blue. HEX triplet: 80, AC and DB. RGB value is (128,172,219). Sum of RGB (Red+Green+Blue) = 128+172+219=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #80ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACDB is #7F5324. Grayscale: #A3A3A3. Windows color (decimal): -8344357 or 14396544. OLE color: 14396544.

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

Color convert

RGB 128 172 219 -
CMYK 0.42 0.21 0 0.14
HSL 210.99º 0.56% 0.68% -
HSV(B) 210.99º 0.42% 0.86% -
XYZ 36.44 39.21 72.67 -
YUV 164.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 128 172 219 0.42 0.21 0 0.14 210.99 0.56 0.68
Hex 80 AC DB 2A 15 0 E D3 38 44
Octal 200 254 333 52 25 0 16 323 70 104
Binary 10000000 10101100 11011011 101010 10101 0 1110 11010011 111000 1000100

Color Harmonies of #80ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACDB

Black with #80ACDB

Text Example


Text Example

White with #80ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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