#88BAE9

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

Shades of Jordy Blue #88BAE9

Tints of Jordy Blue #88BAE9

Color information

#88BAE9 (or 0x88BAE9) is unknown color: approx Jordy Blue. HEX triplet: 88, BA and E9. RGB value is (136,186,233). Sum of RGB (Red+Green+Blue) = 136+186+233=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #88BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAE9 is #774516. Grayscale: #B0B0B0. Windows color (decimal): -7816471 or 15317640. OLE color: 15317640.

HSL color Cylindrical-coordinate representation of color #88BAE9: hue angle of 209.07º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88BAE9 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB136186233-
CMYK0.420.2000.09
HSL209.07º68.79%72.35%-
HSV(B)209.07º41.63%91.37%-
XYZ42.4246.2483.78-
YUV176.41159.9499.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=24.50%
G=33.51%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1361862330.420.2000.09209.0768.7972.35
Hex88BAE92A1409d14548
Octal2102723515224011321105110
Binary10001000101110101110100110101010100010011101000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,233); }

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

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

 a { background-color: rgb(136,186,233); }

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

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

 span { border-color: rgb(136,186,233); }

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