Html Css Color HEX #86ACDD Jordy Blue

📋 copy color: '#86ACDD'

red 134 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #86ACDD

Tints of Jordy Blue #86ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 25.43%
G = 32.64%
B = 41.94%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86ACDD (or 0x86ACDD) is known color: Jordy Blue. HEX triplet: 86, AC and DD. RGB value is (134,172,221). Sum of RGB (Red+Green+Blue) = 134+172+221=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #86ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACDD is #795322. Grayscale: #A5A5A5. Windows color (decimal): -7951139 or 14527622. OLE color: 14527622.

HSL color Cylindrical-coordinate representation of color #86ACDD: hue angle of 213.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86ACDD is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 172 221 -
CMYK 0.39 0.22 0 0.13
HSL 213.79º 0.56% 0.7% -
HSV(B) 213.79º 0.39% 0.87% -
XYZ 37.64 39.79 74.1 -
YUV 166.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 134 172 221 0.39 0.22 0 0.13 213.79 0.56 0.7
Hex 86 AC DD 27 16 0 D D6 38 46
Octal 206 254 335 47 26 0 15 326 70 106
Binary 10000110 10101100 11011101 100111 10110 0 1101 11010110 111000 1000110

Color Harmonies of #86ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACDD

Black with #86ACDD

Text Example


Text Example

White with #86ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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