Html Css Color HEX #80B0DC Jordy Blue

📋 copy color: '#80B0DC'

red 128 ◦ green 176 ◦ blue 220

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

Shades of Jordy Blue #80B0DC

Tints of Jordy Blue #80B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

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

R = 24.43%
G = 33.59%
B = 41.98%

CMYK

 C value IS 0.42

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B0DC (or 0x80B0DC) is known color: Jordy Blue. HEX triplet: 80, B0 and DC. RGB value is (128,176,220). Sum of RGB (Red+Green+Blue) = 128+176+220=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #80B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0DC is #7F4F23. Grayscale: #A6A6A6. Windows color (decimal): -8343332 or 14463104. OLE color: 14463104.

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

Color convert

RGB 128 176 220 -
CMYK 0.42 0.2 0 0.14
HSL 208.7º 0.57% 0.68% -
HSV(B) 208.7º 0.42% 0.86% -
XYZ 37.35 40.81 73.62 -
YUV 166.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 128 176 220 0.42 0.2 0 0.14 208.7 0.57 0.68
Hex 80 B0 DC 2A 14 0 E D1 39 44
Octal 200 260 334 52 24 0 16 321 71 104
Binary 10000000 10110000 11011100 101010 10100 0 1110 11010001 111001 1000100

Color Harmonies of #80B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B0DC

Black with #80B0DC

Text Example


Text Example

White with #80B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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