#88A9F0

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

Shades of Jordy Blue #88A9F0

Tints of Jordy Blue #88A9F0

Color information

#88A9F0 (or 0x88A9F0) is unknown color: approx Jordy Blue. HEX triplet: 88, A9 and F0. RGB value is (136,169,240). Sum of RGB (Red+Green+Blue) = 136+169+240=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #88A9F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A9F0 is #77560F. Grayscale: #A6A6A6. Windows color (decimal): -7820816 or 15772040. OLE color: 15772040.

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

Color convert

RGB136169240-
CMYK0.430.3000.06
HSL220.96º77.61%73.73%-
HSV(B)220.96º43.33%94.12%-
XYZ40.0739.988.03-
YUV167.23169.07105.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=24.95%
G=31.01%
B=44.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361692400.430.3000.06220.9677.6173.73
Hex88A9F02B1E06dd4e4a
Octal210251360533606335116112
Binary1000100010101001111100001010111111001101101110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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