Html Css Color HEX #86ADDD Jordy Blue

📋 copy color: '#86ADDD'

red 134 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #86ADDD

Tints of Jordy Blue #86ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.77%

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

R = 25.38%
G = 32.77%
B = 41.86%

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

#86ADDD (or 0x86ADDD) is known color: Jordy Blue. HEX triplet: 86, AD and DD. RGB value is (134,173,221). Sum of RGB (Red+Green+Blue) = 134+173+221=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #86ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADDD is #795222. Grayscale: #A6A6A6. Windows color (decimal): -7950883 or 14527878. OLE color: 14527878.

HSL color Cylindrical-coordinate representation of color #86ADDD: hue angle of 213.1º 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 #86ADDD is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 173 221 -
CMYK 0.39 0.22 0 0.13
HSL 213.1º 0.56% 0.7% -
HSV(B) 213.1º 0.39% 0.87% -
XYZ 37.83 40.18 74.17 -
YUV 166.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 134 173 221 0.39 0.22 0 0.13 213.1 0.56 0.7
Hex 86 AD DD 27 16 0 D D5 38 46
Octal 206 255 335 47 26 0 15 325 70 106
Binary 10000110 10101101 11011101 100111 10110 0 1101 11010101 111000 1000110

Color Harmonies of #86ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADDD

Black with #86ADDD

Text Example


Text Example

White with #86ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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