#88AAF0

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

Shades of Jordy Blue #88AAF0

Tints of Jordy Blue #88AAF0

Color information

#88AAF0 (or 0x88AAF0) is unknown color: approx Jordy Blue. HEX triplet: 88, AA and F0. RGB value is (136,170,240). Sum of RGB (Red+Green+Blue) = 136+170+240=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #88AAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAF0 is #77550F. Grayscale: #A7A7A7. Windows color (decimal): -7820560 or 15772296. OLE color: 15772296.

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

Color convert

RGB136170240-
CMYK0.430.2900.06
HSL220.38º77.61%73.73%-
HSV(B)220.38º43.33%94.12%-
XYZ40.2640.2788.09-
YUV167.81168.74105.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=24.91%
G=31.14%
B=43.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361702400.430.2900.06220.3877.6173.73
Hex88AAF02B1D06dc4e4a
Octal210252360533506334116112
Binary1000100010101010111100001010111110101101101110010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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