#88A6FD

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

Shades of Jordy Blue #88A6FD

Tints of Jordy Blue #88A6FD

Color information

#88A6FD (or 0x88A6FD) is unknown color: approx Jordy Blue. HEX triplet: 88, A6 and FD. RGB value is (136,166,253). Sum of RGB (Red+Green+Blue) = 136+166+253=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #88A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6FD is #775902. Grayscale: #A6A6A6. Windows color (decimal): -7821571 or 16623240. OLE color: 16623240.

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

Color convert

RGB136166253-
CMYK0.460.3400.01
HSL224.62º96.69%76.27%-
HSV(B)224.62º46.25%99.22%-
XYZ41.5239.698.38-
YUV166.95176.56105.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.50%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=24.50%
G=29.91%
B=45.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361662530.460.3400.01224.6296.6976.27
Hex88A6FD2E2201e1614c
Octal210246375564201341141114
Binary100010001010011011111101101110100010011110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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