#88A5FD

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

Shades of Jordy Blue #88A5FD

Tints of Jordy Blue #88A5FD

Color information

#88A5FD (or 0x88A5FD) is unknown color: approx Jordy Blue. HEX triplet: 88, A5 and FD. RGB value is (136,165,253). Sum of RGB (Red+Green+Blue) = 136+165+253=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #88A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A5FD is #775A02. Grayscale: #A5A5A5. Windows color (decimal): -7821827 or 16622984. OLE color: 16622984.

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

Color convert

RGB136165253-
CMYK0.460.3500.01
HSL225.13º96.69%76.27%-
HSV(B)225.13º46.25%99.22%-
XYZ41.3439.2498.32-
YUV166.36176.89106.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=24.55%
G=29.78%
B=45.67%

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
Decimal1361652530.460.3500.01225.1396.6976.27
Hex88A5FD2E2301e1614c
Octal210245375564301341141114
Binary100010001010010111111101101110100011011110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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