#88AAFE

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

Shades of Jordy Blue #88AAFE

Tints of Jordy Blue #88AAFE

Color information

#88AAFE (or 0x88AAFE) is unknown color: approx Jordy Blue. HEX triplet: 88, AA and FE. RGB value is (136,170,254). Sum of RGB (Red+Green+Blue) = 136+170+254=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #88AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAFE is #775501. Grayscale: #A9A9A9. Windows color (decimal): -7820546 or 16689800. OLE color: 16689800.

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

Color convert

RGB136170254-
CMYK0.460.3300.00
HSL222.71º98.33%76.47%-
HSV(B)222.71º46.46%99.61%-
XYZ42.4241.1499.47-
YUV169.41175.74104.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.29%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=24.29%
G=30.36%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361702540.460.3300.00222.7198.3376.47
Hex88AAFE2E2100df624c
Octal210252376564100337142114
Binary100010001010101011111110101110100001001101111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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