#88A6FE

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

Shades of Jordy Blue #88A6FE

Tints of Jordy Blue #88A6FE

Color information

#88A6FE (or 0x88A6FE) is unknown color: approx Jordy Blue. HEX triplet: 88, A6 and FE. RGB value is (136,166,254). Sum of RGB (Red+Green+Blue) = 136+166+254=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #88A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6FE is #775901. Grayscale: #A6A6A6. Windows color (decimal): -7821570 or 16688776. OLE color: 16688776.

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

Color convert

RGB136166254-
CMYK0.460.3500.00
HSL224.75º98.33%76.47%-
HSV(B)224.75º46.46%99.61%-
XYZ41.6839.6699.22-
YUV167.06177.06105.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.46%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=24.46%
G=29.86%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361662540.460.3500.00224.7598.3376.47
Hex88A6FE2E2300e1624c
Octal210246376564300341142114
Binary100010001010011011111110101110100011001110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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