#80AFFA

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

Shades of Jordy Blue #80AFFA

Tints of Jordy Blue #80AFFA

Color information

#80AFFA (or 0x80AFFA) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and FA. RGB value is (128,175,250). Sum of RGB (Red+Green+Blue) = 128+175+250=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #80AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFFA is #7F5005. Grayscale: #A9A9A9. Windows color (decimal): -8343558 or 16428928. OLE color: 16428928.

HSL color Cylindrical-coordinate representation of color #80AFFA: hue angle of 216.89º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80AFFA is Cyan = 0.49, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128175250-
CMYK0.490.300.02
HSL216.89º92.42%74.12%-
HSV(B)216.89º48.8%98.04%-
XYZ41.4942.1596.39-
YUV169.5173.4398.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=23.15%
G=31.65%
B=45.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281752500.490.300.02216.8992.4274.12
Hex80AFFA311E02d95c4a
Octal200257372613602331134112
Binary100000001010111111111010110001111100101101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,250); }

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

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

 a { background-color: rgb(128,175,250); }

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

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

 span { border-color: rgb(128,175,250); }

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