Html Css Color HEX #86C5DB Spray

📋 copy color: '#86C5DB'

red 134 ◦ green 197 ◦ blue 219

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

Shades of Spray #86C5DB

Tints of Spray #86C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.82%

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

R = 24.36%
G = 35.82%
B = 39.82%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#86C5DB (or 0x86C5DB) is known color: Spray. HEX triplet: 86, C5 and DB. RGB value is (134,197,219). Sum of RGB (Red+Green+Blue) = 134+197+219=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #86C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C5DB is #793A24. Grayscale: #B4B4B4. Windows color (decimal): -7944741 or 14402950. OLE color: 14402950.

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

Color convert

RGB 134 197 219 -
CMYK 0.39 0.10 0 0.14
HSL 195.53º 0.54% 0.69% -
HSV(B) 195.53º 0.39% 0.86% -
XYZ 42.58 50.12 74.45 -
YUV 180.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 134 197 219 0.39 0.10 0 0.14 195.53 0.54 0.69
Hex 86 C5 DB 27 A 0 E C4 36 45
Octal 206 305 333 47 12 0 16 304 66 105
Binary 10000110 11000101 11011011 100111 1010 0 1110 11000100 110110 1000101

Color Harmonies of #86C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C5DB

Black with #86C5DB

Text Example


Text Example

White with #86C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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