#80A4FD

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

Shades of Jordy Blue #80A4FD

Tints of Jordy Blue #80A4FD

Color information

#80A4FD (or 0x80A4FD) is unknown color: approx Jordy Blue. HEX triplet: 80, A4 and FD. RGB value is (128,164,253). Sum of RGB (Red+Green+Blue) = 128+164+253=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #80A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A4FD is #7F5B02. Grayscale: #A2A2A2. Windows color (decimal): -8346371 or 16622720. OLE color: 16622720.

HSL color Cylindrical-coordinate representation of color #80A4FD: hue angle of 222.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A4FD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128164253-
CMYK0.490.3500.01
HSL222.72º96.9%74.71%-
HSV(B)222.72º49.41%99.22%-
XYZ39.9138.2398.2-
YUV163.38178.57102.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=23.49%
G=30.09%
B=46.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281642530.490.3500.01222.7296.974.71
Hex80A4FD312301df614b
Octal200244375614301337141113
Binary100000001010010011111101110001100011011101111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,253); }

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

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

 a { background-color: rgb(128,164,253); }

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

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

 span { border-color: rgb(128,164,253); }

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