#8AACDF

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

Shades of Jordy Blue #8AACDF

Tints of Jordy Blue #8AACDF

Color information

#8AACDF (or 0x8AACDF) is unknown color: approx Jordy Blue. HEX triplet: 8A, AC and DF. RGB value is (138,172,223). Sum of RGB (Red+Green+Blue) = 138+172+223=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACDF is #755320. Grayscale: #A7A7A7. Windows color (decimal): -7688993 or 14658698. OLE color: 14658698.

HSL color Cylindrical-coordinate representation of color #8AACDF: hue angle of 216º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AACDF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138172223-
CMYK0.380.2300.13
HSL216º57.05%70.78%-
HSV(B)216º38.12%87.45%-
XYZ38.5540.2475.55-
YUV167.65159.24106.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=25.89%
G=32.27%
B=41.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381722230.380.2300.1321657.0570.78
Hex8AACDF26170Dd83947
Octal212254337462701533071107
Binary1000101010101100110111111001101011101101110110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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