#88B0FB

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

Shades of Jordy Blue #88B0FB

Tints of Jordy Blue #88B0FB

Color information

#88B0FB (or 0x88B0FB) is unknown color: approx Jordy Blue. HEX triplet: 88, B0 and FB. RGB value is (136,176,251). Sum of RGB (Red+Green+Blue) = 136+176+251=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #88B0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B0FB is #774F04. Grayscale: #ACACAC. Windows color (decimal): -7819013 or 16494728. OLE color: 16494728.

HSL color Cylindrical-coordinate representation of color #88B0FB: hue angle of 219.13º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88B0FB is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136176251-
CMYK0.460.3000.02
HSL219.13º93.5%75.88%-
HSV(B)219.13º45.82%98.43%-
XYZ43.0943.2597.34-
YUV172.59172.25101.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.16%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=24.16%
G=31.26%
B=44.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361762510.460.3000.02219.1393.575.88
Hex88B0FB2E1E02db5d4c
Octal210260373563602333135114
Binary100010001011000011111011101110111100101101101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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