Html Css Color HEX #71C6DC Spray

📋 copy color: '#71C6DC'

red 113 ◦ green 198 ◦ blue 220

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

Shades of Spray #71C6DC

Tints of Spray #71C6DC

RGB

 RED value IS 113 (44.53% from 255) = 21.28%

 GREEN value IS 198 (77.73% from 255) = 37.29%

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

R = 21.28%
G = 37.29%
B = 41.43%

CMYK

 C value IS 0.49

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71C6DC (or 0x71C6DC) is known color: Spray. HEX triplet: 71, C6 and DC. RGB value is (113,198,220). Sum of RGB (Red+Green+Blue) = 113+198+220=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #71C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C6DC is #8E3923. Grayscale: #AEAEAE. Windows color (decimal): -9320740 or 14468721. OLE color: 14468721.

HSL color Cylindrical-coordinate representation of color #71C6DC: hue angle of 192.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71C6DC is Cyan = 0.49, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 198 220 -
CMYK 0.49 0.1 0 0.14
HSL 192.34º 0.6% 0.65% -
HSV(B) 192.34º 0.49% 0.86% -
XYZ 39.92 49.07 75.08 -
YUV 175.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 113 198 220 0.49 0.1 0 0.14 192.34 0.6 0.65
Hex 71 C6 DC 31 A 0 E C0 3C 41
Octal 161 306 334 61 12 0 16 300 74 101
Binary 1110001 11000110 11011100 110001 1010 0 1110 11000000 111100 1000001

Color Harmonies of #71C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C6DC

Black with #71C6DC

Text Example


Text Example

White with #71C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71C6DC; }

 p { color: rgb(113,198,220); }

 H1.HeaderClassName
 {
   color: #71C6DC;
 }
 .AnyTagClassName
 {
   color: #71C6DC;
 }
</style>

background-color css

<style>
 a { background-color: #71C6DC; }

 a { background-color: rgb(113,198,220); }

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

border-color css

<style>
 span { border-color: #71C6DC; }

 span { border-color: rgb(113,198,220); }

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