Html Css Color HEX #86ABDA Jordy Blue

📋 copy color: '#86ABDA'

red 134 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #86ABDA

Tints of Jordy Blue #86ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 25.62%
G = 32.7%
B = 41.68%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86ABDA (or 0x86ABDA) is known color: Jordy Blue. HEX triplet: 86, AB and DA. RGB value is (134,171,218). Sum of RGB (Red+Green+Blue) = 134+171+218=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #86ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABDA is #795425. Grayscale: #A5A5A5. Windows color (decimal): -7951398 or 14330758. OLE color: 14330758.

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

Color convert

RGB 134 171 218 -
CMYK 0.39 0.22 0 0.15
HSL 213.57º 0.53% 0.69% -
HSV(B) 213.57º 0.39% 0.85% -
XYZ 37.05 39.26 71.95 -
YUV 165.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 134 171 218 0.39 0.22 0 0.15 213.57 0.53 0.69
Hex 86 AB DA 27 16 0 F D6 35 45
Octal 206 253 332 47 26 0 17 326 65 105
Binary 10000110 10101011 11011010 100111 10110 0 1111 11010110 110101 1000101

Color Harmonies of #86ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABDA

Black with #86ABDA

Text Example


Text Example

White with #86ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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