#8DACED

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

Shades of Jordy Blue #8DACED

Tints of Jordy Blue #8DACED

Color information

#8DACED (or 0x8DACED) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and ED. RGB value is (141,172,237). Sum of RGB (Red+Green+Blue) = 141+172+237=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACED is #725312. Grayscale: #A9A9A9. Windows color (decimal): -7492371 or 15576205. OLE color: 15576205.

HSL color Cylindrical-coordinate representation of color #8DACED: hue angle of 220.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DACED is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141172237-
CMYK0.410.2700.07
HSL220.62º72.73%74.12%-
HSV(B)220.62º40.51%92.94%-
XYZ41.0241.2885.93-
YUV170.14165.73107.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.64%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=25.64%
G=31.27%
B=43.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411722370.410.2700.07220.6272.7374.12
Hex8DACED291B07dd494a
Octal215254355513307335111112
Binary1000110110101100111011011010011101101111101110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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