#8DAAE0

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

Shades of Jordy Blue #8DAAE0

Tints of Jordy Blue #8DAAE0

Color information

#8DAAE0 (or 0x8DAAE0) is unknown color: approx Jordy Blue. HEX triplet: 8D, AA and E0. RGB value is (141,170,224). Sum of RGB (Red+Green+Blue) = 141+170+224=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #8DAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAAE0 is #72551F. Grayscale: #A7A7A7. Windows color (decimal): -7492896 or 14723725. OLE color: 14723725.

HSL color Cylindrical-coordinate representation of color #8DAAE0: hue angle of 219.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DAAE0 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB141170224-
CMYK0.370.2400.12
HSL219.04º57.24%71.57%-
HSV(B)219.04º37.05%87.84%-
XYZ38.8139.7976.16-
YUV167.48159.89109.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=26.36%
G=31.78%
B=41.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1411702240.370.2400.12219.0457.2471.57
Hex8DAAE025180Cdb3948
Octal215252340453001433371110
Binary1000110110101010111000001001011100001100110110111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,224); }

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

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

 a { background-color: rgb(141,170,224); }

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

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

 span { border-color: rgb(141,170,224); }

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