#80B2E1

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

Shades of Jordy Blue #80B2E1

Tints of Jordy Blue #80B2E1

Color information

#80B2E1 (or 0x80B2E1) is unknown color: approx Jordy Blue. HEX triplet: 80, B2 and E1. RGB value is (128,178,225). Sum of RGB (Red+Green+Blue) = 128+178+225=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #80B2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2E1 is #7F4D1E. Grayscale: #A8A8A8. Windows color (decimal): -8342815 or 14791296. OLE color: 14791296.

HSL color Cylindrical-coordinate representation of color #80B2E1: hue angle of 209.07º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80B2E1 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128178225-
CMYK0.430.2100.12
HSL209.07º61.78%69.22%-
HSV(B)209.07º43.11%88.24%-
XYZ38.4141.8777.29-
YUV168.41159.9499.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=24.11%
G=33.52%
B=42.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281782250.430.2100.12209.0761.7869.22
Hex80B2E12B150Cd13e45
Octal200262341532501432176105
Binary1000000010110010111000011010111010101100110100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,178,225); }

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

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

 a { background-color: rgb(128,178,225); }

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

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

 span { border-color: rgb(128,178,225); }

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