Html Css Color HEX #85ACE0 Jordy Blue

📋 copy color: '#85ACE0'

red 133 ◦ green 172 ◦ blue 224

#85ACE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #85ACE0

Tints of Jordy Blue #85ACE0

RGB

 RED value IS 133 (52.34% from 255) = 25.14%

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 25.14%
G = 32.51%
B = 42.34%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#85ACE0 (or 0x85ACE0) is known color: Jordy Blue. HEX triplet: 85, AC and E0. RGB value is (133,172,224). Sum of RGB (Red+Green+Blue) = 133+172+224=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #85ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACE0 is #7A531F. Grayscale: #A6A6A6. Windows color (decimal): -8016672 or 14724229. OLE color: 14724229.

HSL color Cylindrical-coordinate representation of color #85ACE0: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85ACE0 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 172 224 -
CMYK 0.41 0.23 0 0.12
HSL 214.29º 0.59% 0.7% -
HSV(B) 214.29º 0.41% 0.88% -
XYZ 37.88 39.87 76.22 -
YUV 166.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 133 172 224 0.41 0.23 0 0.12 214.29 0.59 0.7
Hex 85 AC E0 29 17 0 C D6 3B 46
Octal 205 254 340 51 27 0 14 326 73 106
Binary 10000101 10101100 11100000 101001 10111 0 1100 11010110 111011 1000110

Color Harmonies of #85ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACE0

Black with #85ACE0

Text Example


Text Example

White with #85ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85ACE0;
 }
 .AnyTagClassName
 {
   color: #85ACE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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