Html Css Color HEX #86C1DC Spray

📋 copy color: '#86C1DC'

red 134 ◦ green 193 ◦ blue 220

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

Shades of Spray #86C1DC

Tints of Spray #86C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 24.5%
G = 35.28%
B = 40.22%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86C1DC (or 0x86C1DC) is known color: Spray. HEX triplet: 86, C1 and DC. RGB value is (134,193,220). Sum of RGB (Red+Green+Blue) = 134+193+220=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #86C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1DC is #793E23. Grayscale: #B2B2B2. Windows color (decimal): -7945764 or 14467462. OLE color: 14467462.

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

Color convert

RGB 134 193 220 -
CMYK 0.39 0.12 0 0.14
HSL 198.84º 0.55% 0.69% -
HSV(B) 198.84º 0.39% 0.86% -
XYZ 41.82 48.38 74.84 -
YUV 178.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 134 193 220 0.39 0.12 0 0.14 198.84 0.55 0.69
Hex 86 C1 DC 27 C 0 E C7 37 45
Octal 206 301 334 47 14 0 16 307 67 105
Binary 10000110 11000001 11011100 100111 1100 0 1110 11000111 110111 1000101

Color Harmonies of #86C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C1DC

Black with #86C1DC

Text Example


Text Example

White with #86C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,193,220); }

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

background-color css

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

 a { background-color: rgb(134,193,220); }

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

border-color css

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

 span { border-color: rgb(134,193,220); }

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