Html Css Color HEX #80AEDB Jordy Blue

📋 copy color: '#80AEDB'

red 128 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #80AEDB

Tints of Jordy Blue #80AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

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

R = 24.57%
G = 33.4%
B = 42.03%

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

#80AEDB (or 0x80AEDB) is known color: Jordy Blue. HEX triplet: 80, AE and DB. RGB value is (128,174,219). Sum of RGB (Red+Green+Blue) = 128+174+219=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #80AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEDB is #7F5124. Grayscale: #A5A5A5. Windows color (decimal): -8343845 or 14397056. OLE color: 14397056.

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

Color convert

RGB 128 174 219 -
CMYK 0.42 0.21 0 0.14
HSL 209.67º 0.56% 0.68% -
HSV(B) 209.67º 0.42% 0.86% -
XYZ 36.82 39.98 72.79 -
YUV 165.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 128 174 219 0.42 0.21 0 0.14 209.67 0.56 0.68
Hex 80 AE DB 2A 15 0 E D2 38 44
Octal 200 256 333 52 25 0 16 322 70 104
Binary 10000000 10101110 11011011 101010 10101 0 1110 11010010 111000 1000100

Color Harmonies of #80AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEDB

Black with #80AEDB

Text Example


Text Example

White with #80AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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