#88B9EF

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

Shades of Jordy Blue #88B9EF

Tints of Jordy Blue #88B9EF

Color information

#88B9EF (or 0x88B9EF) is unknown color: approx Jordy Blue. HEX triplet: 88, B9 and EF. RGB value is (136,185,239). Sum of RGB (Red+Green+Blue) = 136+185+239=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #88B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B9EF is #774610. Grayscale: #B0B0B0. Windows color (decimal): -7816721 or 15710600. OLE color: 15710600.

HSL color Cylindrical-coordinate representation of color #88B9EF: hue angle of 211.46º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88B9EF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136185239-
CMYK0.430.2300.06
HSL211.46º76.3%73.53%-
HSV(B)211.46º43.1%93.73%-
XYZ43.0846.1688.3-
YUV176.51163.2799.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.29%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=24.29%
G=33.04%
B=42.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361852390.430.2300.06211.4676.373.53
Hex88B9EF2B1706d34c4a
Octal210271357532706323114112
Binary1000100010111001111011111010111011101101101001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,185,239); }

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

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

 a { background-color: rgb(136,185,239); }

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

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

 span { border-color: rgb(136,185,239); }

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