#8DADEA

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

Shades of Jordy Blue #8DADEA

Tints of Jordy Blue #8DADEA

Color information

#8DADEA (or 0x8DADEA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AD and EA. RGB value is (141,173,234). Sum of RGB (Red+Green+Blue) = 141+173+234=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADEA is #725215. Grayscale: #AAAAAA. Windows color (decimal): -7492118 or 15379853. OLE color: 15379853.

HSL color Cylindrical-coordinate representation of color #8DADEA: hue angle of 219.35º 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 #8DADEA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141173234-
CMYK0.400.2600.08
HSL219.35º68.89%73.53%-
HSV(B)219.35º39.74%91.76%-
XYZ40.7841.4983.7-
YUV170.39163.9107.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=25.73%
G=31.57%
B=42.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411732340.400.2600.08219.3568.8973.53
Hex8DADEA281A08db454a
Octal2152553525032010333105112
Binary10001101101011011110101010100011010010001101101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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