#88B6ED

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

Shades of Jordy Blue #88B6ED

Tints of Jordy Blue #88B6ED

Color information

#88B6ED (or 0x88B6ED) is unknown color: approx Jordy Blue. HEX triplet: 88, B6 and ED. RGB value is (136,182,237). Sum of RGB (Red+Green+Blue) = 136+182+237=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #88B6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B6ED is #774912. Grayscale: #AEAEAE. Windows color (decimal): -7817491 or 15578760. OLE color: 15578760.

HSL color Cylindrical-coordinate representation of color #88B6ED: hue angle of 212.67º 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 #88B6ED is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136182237-
CMYK0.430.2300.07
HSL212.67º73.72%73.14%-
HSV(B)212.67º42.62%92.94%-
XYZ42.1744.886.55-
YUV174.52163.26100.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=24.50%
G=32.79%
B=42.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361822370.430.2300.07212.6773.7273.14
Hex88B6ED2B1707d54a49
Octal210266355532707325112111
Binary1000100010110110111011011010111011101111101010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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