#88B0F0

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

Shades of Jordy Blue #88B0F0

Tints of Jordy Blue #88B0F0

Color information

#88B0F0 (or 0x88B0F0) is unknown color: approx Jordy Blue. HEX triplet: 88, B0 and F0. RGB value is (136,176,240). Sum of RGB (Red+Green+Blue) = 136+176+240=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #88B0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B0F0 is #774F0F. Grayscale: #ABABAB. Windows color (decimal): -7819024 or 15773832. OLE color: 15773832.

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

Color convert

RGB136176240-
CMYK0.430.2700.06
HSL216.92º77.61%73.73%-
HSV(B)216.92º43.33%94.12%-
XYZ41.4142.5888.47-
YUV171.34166.75102.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.64%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=24.64%
G=31.88%
B=43.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361762400.430.2700.06216.9277.6173.73
Hex88B0F02B1B06d94e4a
Octal210260360533306331116112
Binary1000100010110000111100001010111101101101101100110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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