#8DA9EC

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

Shades of Jordy Blue #8DA9EC

Tints of Jordy Blue #8DA9EC

Color information

#8DA9EC (or 0x8DA9EC) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and EC. RGB value is (141,169,236). Sum of RGB (Red+Green+Blue) = 141+169+236=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9EC is #725613. Grayscale: #A7A7A7. Windows color (decimal): -7493140 or 15509901. OLE color: 15509901.

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

Color convert

RGB141169236-
CMYK0.400.2800.07
HSL222.32º71.43%73.92%-
HSV(B)222.32º40.25%92.55%-
XYZ40.3140.0984.97-
YUV168.27166.22108.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.82%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=25.82%
G=30.95%
B=43.22%

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
Decimal1411692360.400.2800.07222.3271.4373.92
Hex8DA9EC281C07de474a
Octal215251354503407336107112
Binary1000110110101001111011001010001110001111101111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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