#85ACEA

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

Shades of Jordy Blue #85ACEA

Tints of Jordy Blue #85ACEA

Color information

#85ACEA (or 0x85ACEA) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and EA. RGB value is (133,172,234). Sum of RGB (Red+Green+Blue) = 133+172+234=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #85ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACEA is #7A5315. Grayscale: #A7A7A7. Windows color (decimal): -8016662 or 15379589. OLE color: 15379589.

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

Color convert

RGB133172234-
CMYK0.430.2600.08
HSL216.83º70.63%71.96%-
HSV(B)216.83º43.16%91.76%-
XYZ39.2840.4383.58-
YUV167.41165.58103.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=24.68%
G=31.91%
B=43.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331722340.430.2600.08216.8370.6371.96
Hex85ACEA2B1A08d94748
Octal2052543525332010331107110
Binary10000101101011001110101010101111010010001101100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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