#80B1EF

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

Shades of Jordy Blue #80B1EF

Tints of Jordy Blue #80B1EF

Color information

#80B1EF (or 0x80B1EF) is unknown color: approx Jordy Blue. HEX triplet: 80, B1 and EF. RGB value is (128,177,239). Sum of RGB (Red+Green+Blue) = 128+177+239=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #80B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B1EF is #7F4E10. Grayscale: #A9A9A9. Windows color (decimal): -8343057 or 15708544. OLE color: 15708544.

HSL color Cylindrical-coordinate representation of color #80B1EF: hue angle of 213.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B1EF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128177239-
CMYK0.460.2600.06
HSL213.51º77.62%71.96%-
HSV(B)213.51º46.44%93.73%-
XYZ40.242.2787.7-
YUV169.42167.2798.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 43.93%
R=23.53%
G=32.54%
B=43.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281772390.460.2600.06213.5177.6271.96
Hex80B1EF2E1A06d64e48
Octal200261357563206326116110
Binary1000000010110001111011111011101101001101101011010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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