#88A4FD

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

Shades of Jordy Blue #88A4FD

Tints of Jordy Blue #88A4FD

Color information

#88A4FD (or 0x88A4FD) is unknown color: approx Jordy Blue. HEX triplet: 88, A4 and FD. RGB value is (136,164,253). Sum of RGB (Red+Green+Blue) = 136+164+253=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #88A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A4FD is #775B02. Grayscale: #A5A5A5. Windows color (decimal): -7822083 or 16622728. OLE color: 16622728.

HSL color Cylindrical-coordinate representation of color #88A4FD: hue angle of 225.64º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88A4FD is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136164253-
CMYK0.460.3500.01
HSL225.64º96.69%76.27%-
HSV(B)225.64º46.25%99.22%-
XYZ41.1638.8898.26-
YUV165.77177.22106.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=24.59%
G=29.66%
B=45.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361642530.460.3500.01225.6496.6976.27
Hex88A4FD2E2301e2614c
Octal210244375564301342141114
Binary100010001010010011111101101110100011011110001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,164,253); }

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

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

 a { background-color: rgb(136,164,253); }

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

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

 span { border-color: rgb(136,164,253); }

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