#88B0DC

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

Shades of Jordy Blue #88B0DC

Tints of Jordy Blue #88B0DC

Color information

#88B0DC (or 0x88B0DC) is unknown color: approx Jordy Blue. HEX triplet: 88, B0 and DC. RGB value is (136,176,220). Sum of RGB (Red+Green+Blue) = 136+176+220=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #88B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0DC is #774F23. Grayscale: #A8A8A8. Windows color (decimal): -7819044 or 14463112. OLE color: 14463112.

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

Color convert

RGB136176220-
CMYK0.380.200.14
HSL211.43º54.55%69.8%-
HSV(B)211.43º38.18%86.27%-
XYZ38.641.4573.68-
YUV169.06156.75104.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.56%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=25.56%
G=33.08%
B=41.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361762200.380.200.14211.4354.5569.8
Hex88B0DC26140Ed33746
Octal210260334462401632367106
Binary1000100010110000110111001001101010001110110100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,220); }

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

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

 a { background-color: rgb(136,176,220); }

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

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

 span { border-color: rgb(136,176,220); }

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