#88ACDE

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

Shades of Jordy Blue #88ACDE

Tints of Jordy Blue #88ACDE

Color information

#88ACDE (or 0x88ACDE) is unknown color: approx Jordy Blue. HEX triplet: 88, AC and DE. RGB value is (136,172,222). Sum of RGB (Red+Green+Blue) = 136+172+222=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #88ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACDE is #775321. Grayscale: #A6A6A6. Windows color (decimal): -7820066 or 14593160. OLE color: 14593160.

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

Color convert

RGB136172222-
CMYK0.390.2300.13
HSL214.88º56.58%70.2%-
HSV(B)214.88º38.74%87.06%-
XYZ38.0940.0174.82-
YUV166.94159.07105.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=25.66%
G=32.45%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361722220.390.2300.13214.8856.5870.2
Hex88ACDE27170Dd73946
Octal210254336472701532771106
Binary1000100010101100110111101001111011101101110101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,222); }

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

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

 a { background-color: rgb(136,172,222); }

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

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

 span { border-color: rgb(136,172,222); }

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