Html Css Color HEX #85ACE3 Jordy Blue

📋 copy color: '#85ACE3'

red 133 ◦ green 172 ◦ blue 227

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

Shades of Jordy Blue #85ACE3

Tints of Jordy Blue #85ACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.67%

R = 25%
G = 32.33%
B = 42.67%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#85ACE3 (or 0x85ACE3) is known color: Jordy Blue. HEX triplet: 85, AC and E3. RGB value is (133,172,227). Sum of RGB (Red+Green+Blue) = 133+172+227=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #85ACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACE3 is #7A531C. Grayscale: #A6A6A6. Windows color (decimal): -8016669 or 14920837. OLE color: 14920837.

HSL color Cylindrical-coordinate representation of color #85ACE3: hue angle of 215.11º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85ACE3 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 172 227 -
CMYK 0.41 0.24 0 0.11
HSL 215.11º 0.63% 0.71% -
HSV(B) 215.11º 0.41% 0.89% -
XYZ 38.29 40.04 78.38 -
YUV 166.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 133 172 227 0.41 0.24 0 0.11 215.11 0.63 0.71
Hex 85 AC E3 29 18 0 B D7 3F 47
Octal 205 254 343 51 30 0 13 327 77 107
Binary 10000101 10101100 11100011 101001 11000 0 1011 11010111 111111 1000111

Color Harmonies of #85ACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACE3

Black with #85ACE3

Text Example


Text Example

White with #85ACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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