#8AACEB

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

Shades of Jordy Blue #8AACEB

Tints of Jordy Blue #8AACEB

Color information

#8AACEB (or 0x8AACEB) is unknown color: approx Jordy Blue. HEX triplet: 8A, AC and EB. RGB value is (138,172,235). Sum of RGB (Red+Green+Blue) = 138+172+235=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACEB is #755314. Grayscale: #A8A8A8. Windows color (decimal): -7688981 or 15445130. OLE color: 15445130.

HSL color Cylindrical-coordinate representation of color #8AACEB: hue angle of 218.97º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AACEB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138172235-
CMYK0.410.2700.08
HSL218.97º70.8%73.14%-
HSV(B)218.97º41.28%92.16%-
XYZ40.2340.9184.37-
YUV169.02165.24105.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.32%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=25.32%
G=31.56%
B=43.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381722350.410.2700.08218.9770.873.14
Hex8AACEB291B08db4749
Octal2122543535133010333107111
Binary10001010101011001110101110100111011010001101101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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