#85AEEB

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

Shades of Jordy Blue #85AEEB

Tints of Jordy Blue #85AEEB

Color information

#85AEEB (or 0x85AEEB) is unknown color: approx Jordy Blue. HEX triplet: 85, AE and EB. RGB value is (133,174,235). Sum of RGB (Red+Green+Blue) = 133+174+235=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #85AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AEEB is #7A5114. Grayscale: #A8A8A8. Windows color (decimal): -8016149 or 15445637. OLE color: 15445637.

HSL color Cylindrical-coordinate representation of color #85AEEB: hue angle of 215.88º degrees, saturation: 0.72, 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 #85AEEB is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133174235-
CMYK0.430.2600.08
HSL215.88º71.83%72.16%-
HSV(B)215.88º43.4%92.16%-
XYZ39.841.2684.46-
YUV168.69165.42102.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=24.54%
G=32.10%
B=43.36%

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
Decimal1331742350.430.2600.08215.8871.8372.16
Hex85AEEB2B1A08d84848
Octal2052563535332010330110110
Binary10000101101011101110101110101111010010001101100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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