Html Css Color HEX #86ACDB Jordy Blue

📋 copy color: '#86ACDB'

red 134 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #86ACDB

Tints of Jordy Blue #86ACDB

RGB

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

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

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

R = 25.52%
G = 32.76%
B = 41.71%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86ACDB (or 0x86ACDB) is known color: Jordy Blue. HEX triplet: 86, AC and DB. RGB value is (134,172,219). Sum of RGB (Red+Green+Blue) = 134+172+219=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #86ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACDB is #795324. Grayscale: #A5A5A5. Windows color (decimal): -7951141 or 14396550. OLE color: 14396550.

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

Color convert

RGB 134 172 219 -
CMYK 0.39 0.21 0 0.14
HSL 213.18º 0.54% 0.69% -
HSV(B) 213.18º 0.39% 0.86% -
XYZ 37.37 39.69 72.71 -
YUV 166 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 134 172 219 0.39 0.21 0 0.14 213.18 0.54 0.69
Hex 86 AC DB 27 15 0 E D5 36 45
Octal 206 254 333 47 25 0 16 325 66 105
Binary 10000110 10101100 11011011 100111 10101 0 1110 11010101 110110 1000101

Color Harmonies of #86ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACDB

Black with #86ACDB

Text Example


Text Example

White with #86ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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