#88BAED

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

Shades of Jordy Blue #88BAED

Tints of Jordy Blue #88BAED

Color information

#88BAED (or 0x88BAED) is unknown color: approx Jordy Blue. HEX triplet: 88, BA and ED. RGB value is (136,186,237). Sum of RGB (Red+Green+Blue) = 136+186+237=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #88BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAED is #774512. Grayscale: #B0B0B0. Windows color (decimal): -7816467 or 15579784. OLE color: 15579784.

HSL color Cylindrical-coordinate representation of color #88BAED: hue angle of 210.3º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88BAED is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136186237-
CMYK0.430.2200.07
HSL210.3º73.72%73.14%-
HSV(B)210.3º42.62%92.94%-
XYZ4346.4786.82-
YUV176.86161.9498.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.33%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=24.33%
G=33.27%
B=42.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361862370.430.2200.07210.373.7273.14
Hex88BAED2B1607d24a49
Octal210272355532607322112111
Binary1000100010111010111011011010111011001111101001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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