#8DAFF6

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

Shades of Jordy Blue #8DAFF6

Tints of Jordy Blue #8DAFF6

Color information

#8DAFF6 (or 0x8DAFF6) is unknown color: approx Jordy Blue. HEX triplet: 8D, AF and F6. RGB value is (141,175,246). Sum of RGB (Red+Green+Blue) = 141+175+246=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFF6 is #725009. Grayscale: #ACACAC. Windows color (decimal): -7491594 or 16166797. OLE color: 16166797.

HSL color Cylindrical-coordinate representation of color #8DAFF6: hue angle of 220.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DAFF6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141175246-
CMYK0.430.2900.04
HSL220.57º85.37%75.88%-
HSV(B)220.57º42.68%96.47%-
XYZ42.9542.9893.22-
YUV172.93169.24105.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.09%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=25.09%
G=31.14%
B=43.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411752460.430.2900.04220.5785.3775.88
Hex8DAFF62B1D04dd554c
Octal215257366533504335125114
Binary1000110110101111111101101010111110101001101110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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