#8DACF5

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

Shades of Jordy Blue #8DACF5

Tints of Jordy Blue #8DACF5

Color information

#8DACF5 (or 0x8DACF5) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and F5. RGB value is (141,172,245). Sum of RGB (Red+Green+Blue) = 141+172+245=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF5 is #72530A. Grayscale: #AAAAAA. Windows color (decimal): -7492363 or 16100493. OLE color: 16100493.

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

Color convert

RGB141172245-
CMYK0.420.3000.04
HSL222.12º83.87%75.69%-
HSV(B)222.12º42.45%96.08%-
XYZ42.2241.7692.22-
YUV171.05169.73106.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.27%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=25.27%
G=30.82%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1411722450.420.3000.04222.1283.8775.69
Hex8DACF52A1E04de544c
Octal215254365523604336124114
Binary1000110110101100111101011010101111001001101111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,245); }

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

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

 a { background-color: rgb(141,172,245); }

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

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

 span { border-color: rgb(141,172,245); }

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