#85ABEC

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

Shades of Jordy Blue #85ABEC

Tints of Jordy Blue #85ABEC

Color information

#85ABEC (or 0x85ABEC) is unknown color: approx Jordy Blue. HEX triplet: 85, AB and EC. RGB value is (133,171,236). Sum of RGB (Red+Green+Blue) = 133+171+236=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #85ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABEC is #7A5413. Grayscale: #A6A6A6. Windows color (decimal): -8016916 or 15510405. OLE color: 15510405.

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

Color convert

RGB133171236-
CMYK0.440.2800.07
HSL217.86º73.05%72.35%-
HSV(B)217.86º43.64%92.55%-
XYZ39.3840.1785.03-
YUV167.05166.91103.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=24.63%
G=31.67%
B=43.70%

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
Decimal1331712360.440.2800.07217.8673.0572.35
Hex85ABEC2C1C07da4948
Octal205253354543407332111110
Binary1000010110101011111011001011001110001111101101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,236); }

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

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

 a { background-color: rgb(133,171,236); }

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

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

 span { border-color: rgb(133,171,236); }

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