#85ACF6

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

Shades of Jordy Blue #85ACF6

Tints of Jordy Blue #85ACF6

Color information

#85ACF6 (or 0x85ACF6) is unknown color: approx Jordy Blue. HEX triplet: 85, AC and F6. RGB value is (133,172,246). Sum of RGB (Red+Green+Blue) = 133+172+246=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #85ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACF6 is #7A5309. Grayscale: #A8A8A8. Windows color (decimal): -8016650 or 16166021. OLE color: 16166021.

HSL color Cylindrical-coordinate representation of color #85ACF6: hue angle of 219.29º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85ACF6 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133172246-
CMYK0.460.3000.04
HSL219.29º86.26%74.31%-
HSV(B)219.29º45.93%96.47%-
XYZ41.0641.1592.97-
YUV168.78171.58102.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=24.14%
G=31.22%
B=44.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331722460.460.3000.04219.2986.2674.31
Hex85ACF62E1E04db564a
Octal205254366563604333126112
Binary1000010110101100111101101011101111001001101101110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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