#88ACDB

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

Shades of Jordy Blue #88ACDB

Tints of Jordy Blue #88ACDB

Color information

#88ACDB (or 0x88ACDB) is unknown color: approx Jordy Blue. HEX triplet: 88, AC and DB. RGB value is (136,172,219). Sum of RGB (Red+Green+Blue) = 136+172+219=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #88ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACDB is #775324. Grayscale: #A6A6A6. Windows color (decimal): -7820069 or 14396552. OLE color: 14396552.

HSL color Cylindrical-coordinate representation of color #88ACDB: hue angle of 213.98º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88ACDB is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136172219-
CMYK0.380.2100.14
HSL213.98º53.55%69.61%-
HSV(B)213.98º37.9%85.88%-
XYZ37.6939.8572.72-
YUV166.59157.57106.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=25.81%
G=32.64%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361722190.380.2100.14213.9853.5569.61
Hex88ACDB26150Ed63646
Octal210254333462501632666106
Binary1000100010101100110110111001101010101110110101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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