#88AFF9

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

Shades of Jordy Blue #88AFF9

Tints of Jordy Blue #88AFF9

Color information

#88AFF9 (or 0x88AFF9) is unknown color: approx Jordy Blue. HEX triplet: 88, AF and F9. RGB value is (136,175,249). Sum of RGB (Red+Green+Blue) = 136+175+249=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #88AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFF9 is #775006. Grayscale: #ABABAB. Windows color (decimal): -7819271 or 16363400. OLE color: 16363400.

HSL color Cylindrical-coordinate representation of color #88AFF9: hue angle of 219.29º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88AFF9 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136175249-
CMYK0.450.3000.02
HSL219.29º90.4%75.49%-
HSV(B)219.29º45.38%97.65%-
XYZ42.5842.7395.63-
YUV171.78171.58102.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.29%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=24.29%
G=31.25%
B=44.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361752490.450.3000.02219.2990.475.49
Hex88AFF92D1E02db5a4b
Octal210257371553602333132113
Binary100010001010111111111001101101111100101101101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,175,249); }

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

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

 a { background-color: rgb(136,175,249); }

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

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

 span { border-color: rgb(136,175,249); }

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