#88B2F3

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

Shades of Jordy Blue #88B2F3

Tints of Jordy Blue #88B2F3

Color information

#88B2F3 (or 0x88B2F3) is unknown color: approx Jordy Blue. HEX triplet: 88, B2 and F3. RGB value is (136,178,243). Sum of RGB (Red+Green+Blue) = 136+178+243=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #88B2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B2F3 is #774D0C. Grayscale: #ACACAC. Windows color (decimal): -7818509 or 15970952. OLE color: 15970952.

HSL color Cylindrical-coordinate representation of color #88B2F3: hue angle of 216.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88B2F3 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136178243-
CMYK0.440.2700.05
HSL216.45º81.68%74.31%-
HSV(B)216.45º44.03%95.29%-
XYZ42.2543.5590.97-
YUV172.85167.59101.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.42%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=24.42%
G=31.96%
B=43.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361782430.440.2700.05216.4581.6874.31
Hex88B2F32C1B05d8524a
Octal210262363543305330122112
Binary1000100010110010111100111011001101101011101100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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