#88A7E3

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

Shades of Jordy Blue #88A7E3

Tints of Jordy Blue #88A7E3

Color information

#88A7E3 (or 0x88A7E3) is unknown color: approx Jordy Blue. HEX triplet: 88, A7 and E3. RGB value is (136,167,227). Sum of RGB (Red+Green+Blue) = 136+167+227=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #88A7E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7E3 is #77581C. Grayscale: #A4A4A4. Windows color (decimal): -7821341 or 14919560. OLE color: 14919560.

HSL color Cylindrical-coordinate representation of color #88A7E3: hue angle of 219.56º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88A7E3 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136167227-
CMYK0.400.2600.11
HSL219.56º61.9%71.18%-
HSV(B)219.56º40.09%89.02%-
XYZ37.8438.4278.09-
YUV164.57163.23107.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=25.66%
G=31.51%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361672270.400.2600.11219.5661.971.18
Hex88A7E3281A0Bdc3e47
Octal210247343503201333476107
Binary1000100010100111111000111010001101001011110111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,167,227); }

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

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

 a { background-color: rgb(136,167,227); }

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

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

 span { border-color: rgb(136,167,227); }

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