#88B2EF

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

Shades of Jordy Blue #88B2EF

Tints of Jordy Blue #88B2EF

Color information

#88B2EF (or 0x88B2EF) is unknown color: approx Jordy Blue. HEX triplet: 88, B2 and EF. RGB value is (136,178,239). Sum of RGB (Red+Green+Blue) = 136+178+239=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #88B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B2EF is #774D10. Grayscale: #ACACAC. Windows color (decimal): -7818513 or 15708808. OLE color: 15708808.

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

Color convert

RGB136178239-
CMYK0.430.2600.06
HSL215.53º76.3%73.53%-
HSV(B)215.53º43.1%93.73%-
XYZ41.6543.3187.83-
YUV172.4165.59102.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=24.59%
G=32.19%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361782390.430.2600.06215.5376.373.53
Hex88B2EF2B1A06d84c4a
Octal210262357533206330114112
Binary1000100010110010111011111010111101001101101100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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