#8DAFEA

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

Shades of Jordy Blue #8DAFEA

Tints of Jordy Blue #8DAFEA

Color information

#8DAFEA (or 0x8DAFEA) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and EA. RGB value is (141,175,234). Sum of RGB (Red+Green+Blue) = 141+175+234=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEA is #725015. Grayscale: #ABABAB. Windows color (decimal): -7491606 or 15380365. OLE color: 15380365.

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

Color convert

RGB141175234-
CMYK0.400.2500.08
HSL218.06º68.89%73.53%-
HSV(B)218.06º39.74%91.76%-
XYZ41.1742.2683.83-
YUV171.56163.24106.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=25.64%
G=31.82%
B=42.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411752340.400.2500.08218.0668.8973.53
Hex8DAFEA281908da454a
Octal2152573525031010332105112
Binary10001101101011111110101010100011001010001101101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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