#88A3FA

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

Shades of Jordy Blue #88A3FA

Tints of Jordy Blue #88A3FA

Color information

#88A3FA (or 0x88A3FA) is unknown color: approx Jordy Blue. HEX triplet: 88, A3 and FA. RGB value is (136,163,250). Sum of RGB (Red+Green+Blue) = 136+163+250=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #88A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A3FA is #775C05. Grayscale: #A4A4A4. Windows color (decimal): -7822342 or 16425864. OLE color: 16425864.

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

Color convert

RGB136163250-
CMYK0.460.3500.02
HSL225.79º91.94%75.69%-
HSV(B)225.79º45.6%98.04%-
XYZ40.5138.3395.71-
YUV164.84176.05107.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.77%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=24.77%
G=29.69%
B=45.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361632500.460.3500.02225.7991.9475.69
Hex88A3FA2E2302e25c4c
Octal210243372564302342134114
Binary1000100010100011111110101011101000110101110001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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