#88A5DD

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

Shades of Jordy Blue #88A5DD

Tints of Jordy Blue #88A5DD

Color information

#88A5DD (or 0x88A5DD) is unknown color: approx Jordy Blue. HEX triplet: 88, A5 and DD. RGB value is (136,165,221). Sum of RGB (Red+Green+Blue) = 136+165+221=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #88A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5DD is #775A22. Grayscale: #A2A2A2. Windows color (decimal): -7821859 or 14525832. OLE color: 14525832.

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

Color convert

RGB136165221-
CMYK0.380.2500.13
HSL219.53º55.56%70%-
HSV(B)219.53º38.46%86.67%-
XYZ36.6637.3673.69-
YUV162.71160.89108.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.05%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=26.05%
G=31.61%
B=42.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361652210.380.2500.13219.5355.5670
Hex88A5DD26190Ddc3846
Octal210245335463101533470106
Binary1000100010100101110111011001101100101101110111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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