#8AADEA

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

Shades of Jordy Blue #8AADEA

Tints of Jordy Blue #8AADEA

Color information

#8AADEA (or 0x8AADEA) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and EA. RGB value is (138,173,234). Sum of RGB (Red+Green+Blue) = 138+173+234=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADEA is #755215. Grayscale: #A9A9A9. Windows color (decimal): -7688726 or 15379850. OLE color: 15379850.

HSL color Cylindrical-coordinate representation of color #8AADEA: hue angle of 218.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AADEA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138173234-
CMYK0.410.2600.08
HSL218.12º69.57%72.94%-
HSV(B)218.12º41.03%91.76%-
XYZ40.2841.2383.68-
YUV169.49164.4105.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.32%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=25.32%
G=31.74%
B=42.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381732340.410.2600.08218.1269.5772.94
Hex8AADEA291A08da4649
Octal2122553525132010332106111
Binary10001010101011011110101010100111010010001101101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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