#88ACEA

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

Shades of Jordy Blue #88ACEA

Tints of Jordy Blue #88ACEA

Color information

#88ACEA (or 0x88ACEA) is unknown color: approx Jordy Blue. HEX triplet: 88, AC and EA. RGB value is (136,172,234). Sum of RGB (Red+Green+Blue) = 136+172+234=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #88ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACEA is #775315. Grayscale: #A8A8A8. Windows color (decimal): -7820054 or 15379592. OLE color: 15379592.

HSL color Cylindrical-coordinate representation of color #88ACEA: hue angle of 217.96º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88ACEA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136172234-
CMYK0.420.2600.08
HSL217.96º70%72.55%-
HSV(B)217.96º41.88%91.76%-
XYZ39.7640.6883.6-
YUV168.3165.07104.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.09%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=25.09%
G=31.73%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361722340.420.2600.08217.967072.55
Hex88ACEA2A1A08da4649
Octal2102543525232010332106111
Binary10001000101011001110101010101011010010001101101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,234); }

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

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

 a { background-color: rgb(136,172,234); }

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

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

 span { border-color: rgb(136,172,234); }

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