#8AAEDC

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

Shades of Jordy Blue #8AAEDC

Tints of Jordy Blue #8AAEDC

Color information

#8AAEDC (or 0x8AAEDC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and DC. RGB value is (138,174,220). Sum of RGB (Red+Green+Blue) = 138+174+220=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDC is #755123. Grayscale: #A8A8A8. Windows color (decimal): -7688484 or 14462602. OLE color: 14462602.

HSL color Cylindrical-coordinate representation of color #8AAEDC: hue angle of 213.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAEDC is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138174220-
CMYK0.370.2100.14
HSL213.66º53.95%70.2%-
HSV(B)213.66º37.27%86.27%-
XYZ38.5440.8473.56-
YUV168.48157.07106.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=25.94%
G=32.71%
B=41.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381742200.370.2100.14213.6653.9570.2
Hex8AAEDC25150Ed63646
Octal212256334452501632666106
Binary1000101010101110110111001001011010101110110101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,220); }

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

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

 a { background-color: rgb(138,174,220); }

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

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

 span { border-color: rgb(138,174,220); }

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