#8DAAEB

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

Shades of Jordy Blue #8DAAEB

Tints of Jordy Blue #8DAAEB

Color information

#8DAAEB (or 0x8DAAEB) is unknown color: approx Jordy Blue. HEX triplet: 8D, AA and EB. RGB value is (141,170,235). Sum of RGB (Red+Green+Blue) = 141+170+235=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAEB is #725514. Grayscale: #A8A8A8. Windows color (decimal): -7492885 or 15444621. OLE color: 15444621.

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

Color convert

RGB141170235-
CMYK0.40.2800.08
HSL221.49º70.15%73.73%-
HSV(B)221.49º40%92.16%-
XYZ40.3540.4184.27-
YUV168.74165.39108.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=25.82%
G=31.14%
B=43.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411702350.40.2800.08221.4970.1573.73
Hex8DAAEB281C08dd464a
Octal2152523535034010335106112
Binary10001101101010101110101110100011100010001101110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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