#80AFEE

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

Shades of Jordy Blue #80AFEE

Tints of Jordy Blue #80AFEE

Color information

#80AFEE (or 0x80AFEE) is unknown color: approx Jordy Blue. HEX triplet: 80, AF and EE. RGB value is (128,175,238). Sum of RGB (Red+Green+Blue) = 128+175+238=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #80AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFEE is #7F5011. Grayscale: #A7A7A7. Windows color (decimal): -8343570 or 15642496. OLE color: 15642496.

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

Color convert

RGB128175238-
CMYK0.460.2600.07
HSL214.36º76.39%71.76%-
HSV(B)214.36º46.22%93.33%-
XYZ39.6641.4286.79-
YUV168.13167.4399.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=23.66%
G=32.35%
B=43.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281752380.460.2600.07214.3676.3971.76
Hex80AFEE2E1A07d64c48
Octal200257356563207326114110
Binary1000000010101111111011101011101101001111101011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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