Html Css Color HEX #80B4DB Jordy Blue

📋 copy color: '#80B4DB'

red 128 ◦ green 180 ◦ blue 219

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

Shades of Jordy Blue #80B4DB

Tints of Jordy Blue #80B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

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

R = 24.29%
G = 34.16%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B4DB (or 0x80B4DB) is known color: Jordy Blue. HEX triplet: 80, B4 and DB. RGB value is (128,180,219). Sum of RGB (Red+Green+Blue) = 128+180+219=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B4DB is #7F4B24. Grayscale: #A8A8A8. Windows color (decimal): -8342309 or 14398592. OLE color: 14398592.

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

Color convert

RGB 128 180 219 -
CMYK 0.42 0.18 0 0.14
HSL 205.71º 0.56% 0.68% -
HSV(B) 205.71º 0.42% 0.86% -
XYZ 38.01 42.35 73.19 -
YUV 168.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 128 180 219 0.42 0.18 0 0.14 205.71 0.56 0.68
Hex 80 B4 DB 2A 12 0 E CE 38 44
Octal 200 264 333 52 22 0 16 316 70 104
Binary 10000000 10110100 11011011 101010 10010 0 1110 11001110 111000 1000100

Color Harmonies of #80B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B4DB

Black with #80B4DB

Text Example


Text Example

White with #80B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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