#8AAEEE

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

Shades of Jordy Blue #8AAEEE

Tints of Jordy Blue #8AAEEE

Color information

#8AAEEE (or 0x8AAEEE) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and EE. RGB value is (138,174,238). Sum of RGB (Red+Green+Blue) = 138+174+238=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEE is #755111. Grayscale: #AAAAAA. Windows color (decimal): -7688466 or 15642250. OLE color: 15642250.

HSL color Cylindrical-coordinate representation of color #8AAEEE: hue angle of 218.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AAEEE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138174238-
CMYK0.420.2700.07
HSL218.4º74.63%73.73%-
HSV(B)218.4º42.02%93.33%-
XYZ41.0541.8586.8-
YUV170.53166.07104.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=25.09%
G=31.64%
B=43.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381742380.420.2700.07218.474.6373.73
Hex8AAEEE2A1B07da4b4a
Octal212256356523307332113112
Binary1000101010101110111011101010101101101111101101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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