#8AACEC

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

Shades of Jordy Blue #8AACEC

Tints of Jordy Blue #8AACEC

Color information

#8AACEC (or 0x8AACEC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AC and EC. RGB value is (138,172,236). Sum of RGB (Red+Green+Blue) = 138+172+236=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 172 (67.58% from 255 or 31.50% 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 #8AACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACEC is #755313. Grayscale: #A8A8A8. Windows color (decimal): -7688980 or 15510666. OLE color: 15510666.

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

Color convert

RGB138172236-
CMYK0.420.2700.07
HSL219.18º72.06%73.33%-
HSV(B)219.18º41.53%92.55%-
XYZ40.3740.9685.14-
YUV169.13165.74105.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=25.27%
G=31.50%
B=43.22%

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
Decimal1381722360.420.2700.07219.1872.0673.33
Hex8AACEC2A1B07db4849
Octal212254354523307333110111
Binary1000101010101100111011001010101101101111101101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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