#8DAEEE

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

Shades of Jordy Blue #8DAEEE

Tints of Jordy Blue #8DAEEE

Color information

#8DAEEE (or 0x8DAEEE) is unknown color: approx Jordy Blue. HEX triplet: 8D, AE and EE. RGB value is (141,174,238). Sum of RGB (Red+Green+Blue) = 141+174+238=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEEE is #725111. Grayscale: #ABABAB. Windows color (decimal): -7491858 or 15642253. OLE color: 15642253.

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

Color convert

RGB141174238-
CMYK0.410.2700.07
HSL219.59º74.05%74.31%-
HSV(B)219.59º40.76%93.33%-
XYZ41.5542.1186.83-
YUV171.43165.57106.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=25.50%
G=31.46%
B=43.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411742380.410.2700.07219.5974.0574.31
Hex8DAEEE291B07dc4a4a
Octal215256356513307334112112
Binary1000110110101110111011101010011101101111101110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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