#8AADEC

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

Shades of Jordy Blue #8AADEC

Tints of Jordy Blue #8AADEC

Color information

#8AADEC (or 0x8AADEC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and EC. RGB value is (138,173,236). Sum of RGB (Red+Green+Blue) = 138+173+236=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 173 (67.97% from 255 or 31.63% 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 #8AADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADEC is #755213. Grayscale: #A9A9A9. Windows color (decimal): -7688724 or 15510922. OLE color: 15510922.

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

Color convert

RGB138173236-
CMYK0.420.2700.07
HSL218.57º72.06%73.33%-
HSV(B)218.57º41.53%92.55%-
XYZ40.5741.3585.2-
YUV169.72165.4105.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=25.23%
G=31.63%
B=43.14%

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
Decimal1381732360.420.2700.07218.5772.0673.33
Hex8AADEC2A1B07db4849
Octal212255354523307333110111
Binary1000101010101101111011001010101101101111101101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,236); }

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

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

 a { background-color: rgb(138,173,236); }

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

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

 span { border-color: rgb(138,173,236); }

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