#88B7EF

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

Shades of Jordy Blue #88B7EF

Tints of Jordy Blue #88B7EF

Color information

#88B7EF (or 0x88B7EF) is unknown color: approx Jordy Blue. HEX triplet: 88, B7 and EF. RGB value is (136,183,239). Sum of RGB (Red+Green+Blue) = 136+183+239=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #88B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B7EF is #774810. Grayscale: #AFAFAF. Windows color (decimal): -7817233 or 15710088. OLE color: 15710088.

HSL color Cylindrical-coordinate representation of color #88B7EF: hue angle of 212.62º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88B7EF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136183239-
CMYK0.430.2300.06
HSL212.62º76.3%73.53%-
HSV(B)212.62º43.1%93.73%-
XYZ42.6745.3388.16-
YUV175.33163.9399.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.37%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=24.37%
G=32.80%
B=42.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361832390.430.2300.06212.6276.373.53
Hex88B7EF2B1706d54c4a
Octal210267357532706325114112
Binary1000100010110111111011111010111011101101101010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,183,239); }

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

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

 a { background-color: rgb(136,183,239); }

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

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

 span { border-color: rgb(136,183,239); }

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