#85AEEE

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

Shades of Jordy Blue #85AEEE

Tints of Jordy Blue #85AEEE

Color information

#85AEEE (or 0x85AEEE) is unknown color: approx Jordy Blue. HEX triplet: 85, AE and EE. RGB value is (133,174,238). Sum of RGB (Red+Green+Blue) = 133+174+238=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #85AEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AEEE is #7A5111. Grayscale: #A8A8A8. Windows color (decimal): -8016146 or 15642245. OLE color: 15642245.

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

Color convert

RGB133174238-
CMYK0.440.2700.07
HSL216.57º75.54%72.75%-
HSV(B)216.57º44.12%93.33%-
XYZ40.2441.4386.77-
YUV169.04166.92102.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=24.40%
G=31.93%
B=43.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331742380.440.2700.07216.5775.5472.75
Hex85AEEE2C1B07d94c49
Octal205256356543307331114111
Binary1000010110101110111011101011001101101111101100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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