#85AEEC

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

Shades of Jordy Blue #85AEEC

Tints of Jordy Blue #85AEEC

Color information

#85AEEC (or 0x85AEEC) is unknown color: approx Jordy Blue. HEX triplet: 85, AE and EC. RGB value is (133,174,236). Sum of RGB (Red+Green+Blue) = 133+174+236=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #85AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AEEC is #7A5113. Grayscale: #A8A8A8. Windows color (decimal): -8016148 or 15511173. OLE color: 15511173.

HSL color Cylindrical-coordinate representation of color #85AEEC: hue angle of 216.12º 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 #85AEEC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133174236-
CMYK0.440.2600.07
HSL216.12º73.05%72.35%-
HSV(B)216.12º43.64%92.55%-
XYZ39.9541.3185.23-
YUV168.81165.92102.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=24.49%
G=32.04%
B=43.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331742360.440.2600.07216.1273.0572.35
Hex85AEEC2C1A07d84948
Octal205256354543207330111110
Binary1000010110101110111011001011001101001111101100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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