Html Css Color HEX #86CDDD Spray

📋 copy color: '#86CDDD'

red 134 ◦ green 205 ◦ blue 221

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

Shades of Spray #86CDDD

Tints of Spray #86CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 23.93%
G = 36.61%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#86CDDD (or 0x86CDDD) is known color: Spray. HEX triplet: 86, CD and DD. RGB value is (134,205,221). Sum of RGB (Red+Green+Blue) = 134+205+221=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #86CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDDD is #793222. Grayscale: #B9B9B9. Windows color (decimal): -7942691 or 14536070. OLE color: 14536070.

HSL color Cylindrical-coordinate representation of color #86CDDD: hue angle of 191.03º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CDDD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 205 221 -
CMYK 0.39 0.07 0 0.13
HSL 191.03º 0.56% 0.7% -
HSV(B) 191.03º 0.39% 0.87% -
XYZ 44.71 53.95 76.46 -
YUV 185.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 134 205 221 0.39 0.07 0 0.13 191.03 0.56 0.7
Hex 86 CD DD 27 7 0 D BF 38 46
Octal 206 315 335 47 7 0 15 277 70 106
Binary 10000110 11001101 11011101 100111 111 0 1101 10111111 111000 1000110

Color Harmonies of #86CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CDDD

Black with #86CDDD

Text Example


Text Example

White with #86CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,205,221); }

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

background-color css

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

 a { background-color: rgb(134,205,221); }

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

border-color css

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

 span { border-color: rgb(134,205,221); }

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