#8DACEB

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

Shades of Jordy Blue #8DACEB

Tints of Jordy Blue #8DACEB

Color information

#8DACEB (or 0x8DACEB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AC and EB. RGB value is (141,172,235). Sum of RGB (Red+Green+Blue) = 141+172+235=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACEB is #725314. Grayscale: #A9A9A9. Windows color (decimal): -7492373 or 15445133. OLE color: 15445133.

HSL color Cylindrical-coordinate representation of color #8DACEB: hue angle of 220.21º degrees, saturation: 0.7, 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 #8DACEB is Cyan = 0.4, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141172235-
CMYK0.40.2700.08
HSL220.21º70.15%73.73%-
HSV(B)220.21º40%92.16%-
XYZ40.7341.1784.4-
YUV169.91164.73107.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=25.73%
G=31.39%
B=42.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411722350.40.2700.08220.2170.1573.73
Hex8DACEB281B08dc464a
Octal2152543535033010334106112
Binary10001101101011001110101110100011011010001101110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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