#88B5DB

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

Shades of Jordy Blue #88B5DB

Tints of Jordy Blue #88B5DB

Color information

#88B5DB (or 0x88B5DB) is unknown color: approx Jordy Blue. HEX triplet: 88, B5 and DB. RGB value is (136,181,219). Sum of RGB (Red+Green+Blue) = 136+181+219=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #88B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5DB is #774A24. Grayscale: #ABABAB. Windows color (decimal): -7817765 or 14398856. OLE color: 14398856.

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

Color convert

RGB136181219-
CMYK0.380.1700.14
HSL207.47º53.55%69.61%-
HSV(B)207.47º37.9%85.88%-
XYZ39.4643.473.31-
YUV171.88154.59102.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.37%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=25.37%
G=33.77%
B=40.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361812190.380.1700.14207.4753.5569.61
Hex88B5DB26110Ecf3646
Octal210265333462101631766106
Binary1000100010110101110110111001101000101110110011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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