#88B0E4

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

Shades of Jordy Blue #88B0E4

Tints of Jordy Blue #88B0E4

Color information

#88B0E4 (or 0x88B0E4) is unknown color: approx Jordy Blue. HEX triplet: 88, B0 and E4. RGB value is (136,176,228). Sum of RGB (Red+Green+Blue) = 136+176+228=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #88B0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0E4 is #774F1B. Grayscale: #A9A9A9. Windows color (decimal): -7819036 or 14987400. OLE color: 14987400.

HSL color Cylindrical-coordinate representation of color #88B0E4: hue angle of 213.91º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88B0E4 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136176228-
CMYK0.400.2300.11
HSL213.91º63.01%71.37%-
HSV(B)213.91º40.35%89.41%-
XYZ39.6841.8979.39-
YUV169.97160.75103.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 228 (89.45% from 255) = 42.22%
R=25.19%
G=32.59%
B=42.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361762280.400.2300.11213.9163.0171.37
Hex88B0E428170Bd63f47
Octal210260344502701332677107
Binary1000100010110000111001001010001011101011110101101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,228); }

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

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

 a { background-color: rgb(136,176,228); }

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

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

 span { border-color: rgb(136,176,228); }

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