#88B9EA

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

Shades of Jordy Blue #88B9EA

Tints of Jordy Blue #88B9EA

Color information

#88B9EA (or 0x88B9EA) is unknown color: approx Jordy Blue. HEX triplet: 88, B9 and EA. RGB value is (136,185,234). Sum of RGB (Red+Green+Blue) = 136+185+234=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #88B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B9EA is #774615. Grayscale: #AFAFAF. Windows color (decimal): -7816726 or 15382920. OLE color: 15382920.

HSL color Cylindrical-coordinate representation of color #88B9EA: hue angle of 210º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B9EA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136185234-
CMYK0.420.2100.08
HSL210º70%72.55%-
HSV(B)210º41.88%91.76%-
XYZ42.3545.8784.46-
YUV175.94160.7799.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 185 (72.66% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=24.50%
G=33.33%
B=42.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361852340.420.2100.082107072.55
Hex88B9EA2A1508d24649
Octal2102713525225010322106111
Binary10001000101110011110101010101010101010001101001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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