Html Css Color HEX #86ABDB Jordy Blue

📋 copy color: '#86ABDB'

red 134 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #86ABDB

Tints of Jordy Blue #86ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 25.57%
G = 32.63%
B = 41.79%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86ABDB (or 0x86ABDB) is known color: Jordy Blue. HEX triplet: 86, AB and DB. RGB value is (134,171,219). Sum of RGB (Red+Green+Blue) = 134+171+219=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #86ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABDB is #795424. Grayscale: #A5A5A5. Windows color (decimal): -7951397 or 14396294. OLE color: 14396294.

HSL color Cylindrical-coordinate representation of color #86ABDB: hue angle of 213.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86ABDB is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 171 219 -
CMYK 0.39 0.22 0 0.14
HSL 213.88º 0.54% 0.69% -
HSV(B) 213.88º 0.39% 0.86% -
XYZ 37.18 39.31 72.65 -
YUV 165.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 134 171 219 0.39 0.22 0 0.14 213.88 0.54 0.69
Hex 86 AB DB 27 16 0 E D6 36 45
Octal 206 253 333 47 26 0 16 326 66 105
Binary 10000110 10101011 11011011 100111 10110 0 1110 11010110 110110 1000101

Color Harmonies of #86ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABDB

Black with #86ABDB

Text Example


Text Example

White with #86ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,171,219); }

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

background-color css

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

 a { background-color: rgb(134,171,219); }

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

border-color css

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

 span { border-color: rgb(134,171,219); }

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