#85ACEE

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

Shades of Jordy Blue #85ACEE

Tints of Jordy Blue #85ACEE

Color information

#85ACEE (or 0x85ACEE) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and EE. RGB value is (133,172,238). Sum of RGB (Red+Green+Blue) = 133+172+238=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #85ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACEE is #7A5311. Grayscale: #A7A7A7. Windows color (decimal): -8016658 or 15641733. OLE color: 15641733.

HSL color Cylindrical-coordinate representation of color #85ACEE: hue angle of 217.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ACEE is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133172238-
CMYK0.440.2800.07
HSL217.71º75.54%72.75%-
HSV(B)217.71º44.12%93.33%-
XYZ39.8640.6686.64-
YUV167.86167.58103.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=24.49%
G=31.68%
B=43.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331722380.440.2800.07217.7175.5472.75
Hex85ACEE2C1C07da4c49
Octal205254356543407332114111
Binary1000010110101100111011101011001110001111101101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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