Html Css Color HEX #80B5DC Jordy Blue

📋 copy color: '#80B5DC'

red 128 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #80B5DC

Tints of Jordy Blue #80B5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 24.2%
G = 34.22%
B = 41.59%

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

#80B5DC (or 0x80B5DC) is known color: Jordy Blue. HEX triplet: 80, B5 and DC. RGB value is (128,181,220). Sum of RGB (Red+Green+Blue) = 128+181+220=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #80B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5DC is #7F4A23. Grayscale: #A9A9A9. Windows color (decimal): -8342052 or 14464384. OLE color: 14464384.

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

Color convert

RGB 128 181 220 -
CMYK 0.42 0.18 0 0.14
HSL 205.43º 0.57% 0.68% -
HSV(B) 205.43º 0.42% 0.86% -
XYZ 38.34 42.8 73.95 -
YUV 169.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 128 181 220 0.42 0.18 0 0.14 205.43 0.57 0.68
Hex 80 B5 DC 2A 12 0 E CD 39 44
Octal 200 265 334 52 22 0 16 315 71 104
Binary 10000000 10110101 11011100 101010 10010 0 1110 11001101 111001 1000100

Color Harmonies of #80B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B5DC

Black with #80B5DC

Text Example


Text Example

White with #80B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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