#8AADDE

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

Shades of Jordy Blue #8AADDE

Tints of Jordy Blue #8AADDE

Color information

#8AADDE (or 0x8AADDE) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and DE. RGB value is (138,173,222). Sum of RGB (Red+Green+Blue) = 138+173+222=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #8AADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADDE is #755221. Grayscale: #A7A7A7. Windows color (decimal): -7688738 or 14593418. OLE color: 14593418.

HSL color Cylindrical-coordinate representation of color #8AADDE: hue angle of 215º degrees, saturation: 0.56, 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 #8AADDE is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138173222-
CMYK0.380.2200.13
HSL215º56%70.59%-
HSV(B)215º37.84%87.06%-
XYZ38.6140.5674.9-
YUV168.12158.4106.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=25.89%
G=32.46%
B=41.65%

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
Decimal1381732220.380.2200.132155670.59
Hex8AADDE26160Dd73847
Octal212255336462601532770107
Binary1000101010101101110111101001101011001101110101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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