#88AADD

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

Shades of Jordy Blue #88AADD

Tints of Jordy Blue #88AADD

Color information

#88AADD (or 0x88AADD) is unknown color: approx Jordy Blue. HEX triplet: 88, AA and DD. RGB value is (136,170,221). Sum of RGB (Red+Green+Blue) = 136+170+221=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #88AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AADD is #775522. Grayscale: #A5A5A5. Windows color (decimal): -7820579 or 14527112. OLE color: 14527112.

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

Color convert

RGB136170221-
CMYK0.380.2300.13
HSL216º55.56%70%-
HSV(B)216º38.46%86.67%-
XYZ37.5839.273.99-
YUV165.65159.24106.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=25.81%
G=32.26%
B=41.94%

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
Decimal1361702210.380.2300.1321655.5670
Hex88AADD26170Dd83846
Octal210252335462701533070106
Binary1000100010101010110111011001101011101101110110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AADD; }

 p { color: rgb(136,170,221); }

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

<style>
 a { background-color: #88AADD; }

 a { background-color: rgb(136,170,221); }

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

<style>
 span { border-color: #88AADD; }

 span { border-color: rgb(136,170,221); }

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