#8DAAEC

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

Shades of Jordy Blue #8DAAEC

Tints of Jordy Blue #8DAAEC

Color information

#8DAAEC (or 0x8DAAEC) is unknown color: approx Jordy Blue. HEX triplet: 8D, AA and EC. RGB value is (141,170,236). Sum of RGB (Red+Green+Blue) = 141+170+236=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAEC is #725513. Grayscale: #A8A8A8. Windows color (decimal): -7492884 or 15510157. OLE color: 15510157.

HSL color Cylindrical-coordinate representation of color #8DAAEC: hue angle of 221.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAAEC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141170236-
CMYK0.400.2800.07
HSL221.68º71.43%73.92%-
HSV(B)221.68º40.25%92.55%-
XYZ40.540.4785.03-
YUV168.85165.89108.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=25.78%
G=31.08%
B=43.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411702360.400.2800.07221.6871.4373.92
Hex8DAAEC281C07de474a
Octal215252354503407336107112
Binary1000110110101010111011001010001110001111101111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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