#8AADE1

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

Shades of Jordy Blue #8AADE1

Tints of Jordy Blue #8AADE1

Color information

#8AADE1 (or 0x8AADE1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and E1. RGB value is (138,173,225). Sum of RGB (Red+Green+Blue) = 138+173+225=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADE1 is #75521E. Grayscale: #A8A8A8. Windows color (decimal): -7688735 or 14790026. OLE color: 14790026.

HSL color Cylindrical-coordinate representation of color #8AADE1: hue angle of 215.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AADE1 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138173225-
CMYK0.390.2300.12
HSL215.86º59.18%71.18%-
HSV(B)215.86º38.67%88.24%-
XYZ39.0240.7377.04-
YUV168.46159.9106.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 225 (88.28% from 255) = 41.98%
R=25.75%
G=32.28%
B=41.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381732250.390.2300.12215.8659.1871.18
Hex8AADE127170Cd83b47
Octal212255341472701433073107
Binary1000101010101101111000011001111011101100110110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AADE1; }

 p { color: rgb(138,173,225); }

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

<style>
 a { background-color: #8AADE1; }

 a { background-color: rgb(138,173,225); }

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

<style>
 span { border-color: #8AADE1; }

 span { border-color: rgb(138,173,225); }

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