#88A3FE

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

Shades of Jordy Blue #88A3FE

Tints of Jordy Blue #88A3FE

Color information

#88A3FE (or 0x88A3FE) is unknown color: approx Jordy Blue. HEX triplet: 88, A3 and FE. RGB value is (136,163,254). Sum of RGB (Red+Green+Blue) = 136+163+254=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #88A3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A3FE is #775C01. Grayscale: #A4A4A4. Windows color (decimal): -7822338 or 16688008. OLE color: 16688008.

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

Color convert

RGB136163254-
CMYK0.460.3600.00
HSL226.27º98.33%76.47%-
HSV(B)226.27º46.46%99.61%-
XYZ41.1438.5899.05-
YUV165.3178.05107.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=24.59%
G=29.48%
B=45.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361632540.460.3600.00226.2798.3376.47
Hex88A3FE2E2400e2624c
Octal210243376564400342142114
Binary100010001010001111111110101110100100001110001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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