#80B1EB

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

Shades of Jordy Blue #80B1EB

Tints of Jordy Blue #80B1EB

Color information

#80B1EB (or 0x80B1EB) is unknown color: approx Jordy Blue. HEX triplet: 80, B1 and EB. RGB value is (128,177,235). Sum of RGB (Red+Green+Blue) = 128+177+235=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #80B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B1EB is #7F4E14. Grayscale: #A8A8A8. Windows color (decimal): -8343061 or 15446400. OLE color: 15446400.

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

Color convert

RGB128177235-
CMYK0.460.2500.08
HSL212.52º72.79%71.18%-
HSV(B)212.52º45.53%92.16%-
XYZ39.6242.0384.62-
YUV168.96165.2798.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.70%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=23.70%
G=32.78%
B=43.52%

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
Decimal1281772350.460.2500.08212.5272.7971.18
Hex80B1EB2E1908d54947
Octal2002613535631010325111107
Binary10000000101100011110101110111011001010001101010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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