#88AAFA

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

Shades of Jordy Blue #88AAFA

Tints of Jordy Blue #88AAFA

Color information

#88AAFA (or 0x88AAFA) is unknown color: approx Jordy Blue. HEX triplet: 88, AA and FA. RGB value is (136,170,250). Sum of RGB (Red+Green+Blue) = 136+170+250=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #88AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAFA is #775505. Grayscale: #A8A8A8. Windows color (decimal): -7820550 or 16427656. OLE color: 16427656.

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

Color convert

RGB136170250-
CMYK0.460.3200.02
HSL222.11º91.94%75.69%-
HSV(B)222.11º45.6%98.04%-
XYZ41.7840.8996.13-
YUV168.95173.74104.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.46%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=24.46%
G=30.58%
B=44.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361702500.460.3200.02222.1191.9475.69
Hex88AAFA2E2002de5c4c
Octal210252372564002336134114
Binary1000100010101010111110101011101000000101101111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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