Html Css Color HEX #85ACE8 Jordy Blue

📋 copy color: '#85ACE8'

red 133 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #85ACE8

Tints of Jordy Blue #85ACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.2%

R = 24.77%
G = 32.03%
B = 43.2%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85ACE8 (or 0x85ACE8) is known color: Jordy Blue. HEX triplet: 85, AC and E8. RGB value is (133,172,232). Sum of RGB (Red+Green+Blue) = 133+172+232=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #85ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ACE8 is #7A5317. Grayscale: #A6A6A6. Windows color (decimal): -8016664 or 15248517. OLE color: 15248517.

HSL color Cylindrical-coordinate representation of color #85ACE8: hue angle of 216.36º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85ACE8 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 172 232 -
CMYK 0.43 0.26 0 0.09
HSL 216.36º 0.68% 0.72% -
HSV(B) 216.36º 0.43% 0.91% -
XYZ 38.99 40.32 82.07 -
YUV 167.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 133 172 232 0.43 0.26 0 0.09 216.36 0.68 0.72
Hex 85 AC E8 2B 1A 0 9 D8 44 48
Octal 205 254 350 53 32 0 11 330 104 110
Binary 10000101 10101100 11101000 101011 11010 0 1001 11011000 1000100 1001000

Color Harmonies of #85ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACE8

Black with #85ACE8

Text Example


Text Example

White with #85ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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