#88B4DE

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

Shades of Jordy Blue #88B4DE

Tints of Jordy Blue #88B4DE

Color information

#88B4DE (or 0x88B4DE) is unknown color: approx Jordy Blue. HEX triplet: 88, B4 and DE. RGB value is (136,180,222). Sum of RGB (Red+Green+Blue) = 136+180+222=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #88B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4DE is #774B21. Grayscale: #ABABAB. Windows color (decimal): -7818018 or 14595208. OLE color: 14595208.

HSL color Cylindrical-coordinate representation of color #88B4DE: hue angle of 209.3º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88B4DE is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136180222-
CMYK0.390.1900.13
HSL209.3º56.58%70.2%-
HSV(B)209.3º38.74%87.06%-
XYZ39.6643.1575.35-
YUV171.63156.42102.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=25.28%
G=33.46%
B=41.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361802220.390.1900.13209.356.5870.2
Hex88B4DE27130Dd13946
Octal210264336472301532171106
Binary1000100010110100110111101001111001101101110100011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,180,222); }

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

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

 a { background-color: rgb(136,180,222); }

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

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

 span { border-color: rgb(136,180,222); }

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