Html Css Color HEX #86ACE0 Jordy Blue

📋 copy color: '#86ACE0'

red 134 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #86ACE0

Tints of Jordy Blue #86ACE0

RGB

 RED value IS 134 (52.73% from 255) = 25.28%

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

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

R = 25.28%
G = 32.45%
B = 42.26%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#86ACE0 (or 0x86ACE0) is known color: Jordy Blue. HEX triplet: 86, AC and E0. RGB value is (134,172,224). Sum of RGB (Red+Green+Blue) = 134+172+224=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #86ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACE0 is #79531F. Grayscale: #A6A6A6. Windows color (decimal): -7951136 or 14724230. OLE color: 14724230.

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

Color convert

RGB 134 172 224 -
CMYK 0.40 0.23 0 0.12
HSL 214.67º 0.59% 0.7% -
HSV(B) 214.67º 0.4% 0.88% -
XYZ 38.04 39.96 76.23 -
YUV 166.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 134 172 224 0.40 0.23 0 0.12 214.67 0.59 0.7
Hex 86 AC E0 28 17 0 C D7 3B 46
Octal 206 254 340 50 27 0 14 327 73 106
Binary 10000110 10101100 11100000 101000 10111 0 1100 11010111 111011 1000110

Color Harmonies of #86ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACE0

Black with #86ACE0

Text Example


Text Example

White with #86ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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