#8DA9EE

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

Shades of Jordy Blue #8DA9EE

Tints of Jordy Blue #8DA9EE

Color information

#8DA9EE (or 0x8DA9EE) is unknown color: approx Jordy Blue. HEX triplet: 8D, A9 and EE. RGB value is (141,169,238). Sum of RGB (Red+Green+Blue) = 141+169+238=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA9EE is #725611. Grayscale: #A8A8A8. Windows color (decimal): -7493138 or 15640973. OLE color: 15640973.

HSL color Cylindrical-coordinate representation of color #8DA9EE: hue angle of 222.68º degrees, saturation: 0.74, 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 #8DA9EE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141169238-
CMYK0.410.2900.07
HSL222.68º74.05%74.31%-
HSV(B)222.68º40.76%93.33%-
XYZ40.6140.2186.51-
YUV168.49167.22108.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.73%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=25.73%
G=30.84%
B=43.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411692380.410.2900.07222.6874.0574.31
Hex8DA9EE291D07df4a4a
Octal215251356513507337112112
Binary1000110110101001111011101010011110101111101111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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