Html Css Color HEX #80B5DB Jordy Blue

📋 copy color: '#80B5DB'

red 128 ◦ green 181 ◦ blue 219

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

Shades of Jordy Blue #80B5DB

Tints of Jordy Blue #80B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.28%

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

R = 24.24%
G = 34.28%
B = 41.48%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B5DB (or 0x80B5DB) is known color: Jordy Blue. HEX triplet: 80, B5 and DB. RGB value is (128,181,219). Sum of RGB (Red+Green+Blue) = 128+181+219=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5DB is #7F4A24. Grayscale: #A9A9A9. Windows color (decimal): -8342053 or 14398848. OLE color: 14398848.

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

Color convert

RGB 128 181 219 -
CMYK 0.42 0.17 0 0.14
HSL 205.05º 0.56% 0.68% -
HSV(B) 205.05º 0.42% 0.86% -
XYZ 38.21 42.75 73.26 -
YUV 169.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 128 181 219 0.42 0.17 0 0.14 205.05 0.56 0.68
Hex 80 B5 DB 2A 11 0 E CD 38 44
Octal 200 265 333 52 21 0 16 315 70 104
Binary 10000000 10110101 11011011 101010 10001 0 1110 11001101 111000 1000100

Color Harmonies of #80B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B5DB

Black with #80B5DB

Text Example


Text Example

White with #80B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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