#80AFE1

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

Shades of Jordy Blue #80AFE1

Tints of Jordy Blue #80AFE1

Color information

#80AFE1 (or 0x80AFE1) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and E1. RGB value is (128,175,225). Sum of RGB (Red+Green+Blue) = 128+175+225=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #80AFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFE1 is #7F501E. Grayscale: #A6A6A6. Windows color (decimal): -8343583 or 14790528. OLE color: 14790528.

HSL color Cylindrical-coordinate representation of color #80AFE1: hue angle of 210.93º 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 #80AFE1 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128175225-
CMYK0.430.2200.12
HSL210.93º61.78%69.22%-
HSV(B)210.93º43.11%88.24%-
XYZ37.8240.6977.09-
YUV166.65160.93100.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=24.24%
G=33.14%
B=42.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281752250.430.2200.12210.9361.7869.22
Hex80AFE12B160Cd33e45
Octal200257341532601432376105
Binary1000000010101111111000011010111011001100110100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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