#88ADDB

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

Shades of Jordy Blue #88ADDB

Tints of Jordy Blue #88ADDB

Color information

#88ADDB (or 0x88ADDB) is unknown color: approx Jordy Blue. HEX triplet: 88, AD and DB. RGB value is (136,173,219). Sum of RGB (Red+Green+Blue) = 136+173+219=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #88ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADDB is #775224. Grayscale: #A6A6A6. Windows color (decimal): -7819813 or 14396808. OLE color: 14396808.

HSL color Cylindrical-coordinate representation of color #88ADDB: hue angle of 213.25º 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 #88ADDB is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136173219-
CMYK0.380.2100.14
HSL213.25º53.55%69.61%-
HSV(B)213.25º37.9%85.88%-
XYZ37.8840.2472.79-
YUV167.18157.24105.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=25.76%
G=32.77%
B=41.48%

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
Decimal1361732190.380.2100.14213.2553.5569.61
Hex88ADDB26150Ed53646
Octal210255333462501632566106
Binary1000100010101101110110111001101010101110110101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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