Html Css Color HEX #80B1DB Jordy Blue

📋 copy color: '#80B1DB'

red 128 ◦ green 177 ◦ blue 219

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

Shades of Jordy Blue #80B1DB

Tints of Jordy Blue #80B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

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

R = 24.43%
G = 33.78%
B = 41.79%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B1DB (or 0x80B1DB) is known color: Jordy Blue. HEX triplet: 80, B1 and DB. RGB value is (128,177,219). Sum of RGB (Red+Green+Blue) = 128+177+219=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B1DB is #7F4E24. Grayscale: #A6A6A6. Windows color (decimal): -8343077 or 14397824. OLE color: 14397824.

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

Color convert

RGB 128 177 219 -
CMYK 0.42 0.19 0 0.14
HSL 207.69º 0.56% 0.68% -
HSV(B) 207.69º 0.42% 0.86% -
XYZ 37.41 41.15 72.99 -
YUV 167.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 128 177 219 0.42 0.19 0 0.14 207.69 0.56 0.68
Hex 80 B1 DB 2A 13 0 E D0 38 44
Octal 200 261 333 52 23 0 16 320 70 104
Binary 10000000 10110001 11011011 101010 10011 0 1110 11010000 111000 1000100

Color Harmonies of #80B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B1DB

Black with #80B1DB

Text Example


Text Example

White with #80B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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