#8AADDD

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

Shades of Jordy Blue #8AADDD

Tints of Jordy Blue #8AADDD

Color information

#8AADDD (or 0x8AADDD) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and DD. RGB value is (138,173,221). Sum of RGB (Red+Green+Blue) = 138+173+221=532 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.94% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADDD is #755222. Grayscale: #A7A7A7. Windows color (decimal): -7688739 or 14527882. OLE color: 14527882.

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

Color convert

RGB138173221-
CMYK0.380.2200.13
HSL214.7º54.97%70.39%-
HSV(B)214.7º37.56%86.67%-
XYZ38.4840.5174.2-
YUV168.01157.9106.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.94%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=25.94%
G=32.52%
B=41.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381732210.380.2200.13214.754.9770.39
Hex8AADDD26160Dd73746
Octal212255335462601532767106
Binary1000101010101101110111011001101011001101110101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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