#80B6EB

Color #80B6EB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #80B6EB

Tints of Jordy Blue #80B6EB

Color information

#80B6EB (or 0x80B6EB) is unknown color: approx Jordy Blue. HEX triplet: 80, B6 and EB. RGB value is (128,182,235). Sum of RGB (Red+Green+Blue) = 128+182+235=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #80B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B6EB is #7F4914. Grayscale: #ABABAB. Windows color (decimal): -8341781 or 15447680. OLE color: 15447680.

HSL color Cylindrical-coordinate representation of color #80B6EB: hue angle of 209.72º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B6EB is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128182235-
CMYK0.460.2300.08
HSL209.72º72.79%71.18%-
HSV(B)209.72º45.53%92.16%-
XYZ40.6344.0484.96-
YUV171.9163.6196.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=23.49%
G=33.39%
B=43.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281822350.460.2300.08209.7272.7971.18
Hex80B6EB2E1708d24947
Octal2002663535627010322111107
Binary10000000101101101110101110111010111010001101001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,235); }

 H1.HeaderClassName
 {
   color: #80B6EB;
 }
 .AnyTagClassName
 {
   color: #80B6EB;
 }
</style>
background-color css

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

 a { background-color: rgb(128,182,235); }

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

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

 span { border-color: rgb(128,182,235); }

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