#80B0EB

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

Shades of Jordy Blue #80B0EB

Tints of Jordy Blue #80B0EB

Color information

#80B0EB (or 0x80B0EB) is unknown color: approx Jordy Blue. HEX triplet: 80, B0 and EB. RGB value is (128,176,235). Sum of RGB (Red+Green+Blue) = 128+176+235=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #80B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B0EB is #7F4F14. Grayscale: #A8A8A8. Windows color (decimal): -8343317 or 15446144. OLE color: 15446144.

HSL color Cylindrical-coordinate representation of color #80B0EB: hue angle of 213.08º 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 #80B0EB is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128176235-
CMYK0.460.2500.08
HSL213.08º72.79%71.18%-
HSV(B)213.08º45.53%92.16%-
XYZ39.4241.6484.56-
YUV168.37165.699.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=23.75%
G=32.65%
B=43.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281762350.460.2500.08213.0872.7971.18
Hex80B0EB2E1908d54947
Octal2002603535631010325111107
Binary10000000101100001110101110111011001010001101010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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