Html Css Color HEX #86C1DB Spray

📋 copy color: '#86C1DB'

red 134 ◦ green 193 ◦ blue 219

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

Shades of Spray #86C1DB

Tints of Spray #86C1DB

RGB

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

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

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

R = 24.54%
G = 35.35%
B = 40.11%

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

#86C1DB (or 0x86C1DB) is known color: Spray. HEX triplet: 86, C1 and DB. RGB value is (134,193,219). Sum of RGB (Red+Green+Blue) = 134+193+219=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #86C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C1DB is #793E24. Grayscale: #B2B2B2. Windows color (decimal): -7945765 or 14401926. OLE color: 14401926.

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

Color convert

RGB 134 193 219 -
CMYK 0.39 0.12 0 0.14
HSL 198.35º 0.54% 0.69% -
HSV(B) 198.35º 0.39% 0.86% -
XYZ 41.69 48.32 74.15 -
YUV 178.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 134 193 219 0.39 0.12 0 0.14 198.35 0.54 0.69
Hex 86 C1 DB 27 C 0 E C6 36 45
Octal 206 301 333 47 14 0 16 306 66 105
Binary 10000110 11000001 11011011 100111 1100 0 1110 11000110 110110 1000101

Color Harmonies of #86C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C1DB

Black with #86C1DB

Text Example


Text Example

White with #86C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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