#88A8FA

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

Shades of Jordy Blue #88A8FA

Tints of Jordy Blue #88A8FA

Color information

#88A8FA (or 0x88A8FA) is unknown color: approx Jordy Blue. HEX triplet: 88, A8 and FA. RGB value is (136,168,250). Sum of RGB (Red+Green+Blue) = 136+168+250=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #88A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8FA is #775705. Grayscale: #A7A7A7. Windows color (decimal): -7821062 or 16427144. OLE color: 16427144.

HSL color Cylindrical-coordinate representation of color #88A8FA: hue angle of 223.16º 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 #88A8FA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136168250-
CMYK0.460.3300.02
HSL223.16º91.94%75.69%-
HSV(B)223.16º45.6%98.04%-
XYZ41.4140.1496.01-
YUV167.78174.4105.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=24.55%
G=30.32%
B=45.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361682500.460.3300.02223.1691.9475.69
Hex88A8FA2E2102df5c4c
Octal210250372564102337134114
Binary1000100010101000111110101011101000010101101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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