#8DA9EA

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

Shades of Jordy Blue #8DA9EA

Tints of Jordy Blue #8DA9EA

Color information

#8DA9EA (or 0x8DA9EA) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and EA. RGB value is (141,169,234). Sum of RGB (Red+Green+Blue) = 141+169+234=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9EA is #725615. Grayscale: #A7A7A7. Windows color (decimal): -7493142 or 15378829. OLE color: 15378829.

HSL color Cylindrical-coordinate representation of color #8DA9EA: hue angle of 221.94º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA9EA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141169234-
CMYK0.400.2800.08
HSL221.94º68.89%73.53%-
HSV(B)221.94º39.74%91.76%-
XYZ40.0239.9883.45-
YUV168.04165.22108.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.92%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=25.92%
G=31.07%
B=43.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411692340.400.2800.08221.9468.8973.53
Hex8DA9EA281C08de454a
Octal2152513525034010336105112
Binary10001101101010011110101010100011100010001101111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,234); }

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

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

 a { background-color: rgb(141,169,234); }

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

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

 span { border-color: rgb(141,169,234); }

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