Html Css Color HEX #71C7DC Spray

📋 copy color: '#71C7DC'

red 113 ◦ green 199 ◦ blue 220

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

Shades of Spray #71C7DC

Tints of Spray #71C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

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

R = 21.24%
G = 37.41%
B = 41.35%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71C7DC (or 0x71C7DC) is known color: Spray. HEX triplet: 71, C7 and DC. RGB value is (113,199,220). Sum of RGB (Red+Green+Blue) = 113+199+220=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #71C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C7DC is #8E3823. Grayscale: #AFAFAF. Windows color (decimal): -9320484 or 14468977. OLE color: 14468977.

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

Color convert

RGB 113 199 220 -
CMYK 0.49 0.10 0 0.14
HSL 191.78º 0.6% 0.65% -
HSV(B) 191.78º 0.49% 0.86% -
XYZ 40.15 49.52 75.15 -
YUV 175.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 113 199 220 0.49 0.10 0 0.14 191.78 0.6 0.65
Hex 71 C7 DC 31 A 0 E C0 3C 41
Octal 161 307 334 61 12 0 16 300 74 101
Binary 1110001 11000111 11011100 110001 1010 0 1110 11000000 111100 1000001

Color Harmonies of #71C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C7DC

Black with #71C7DC

Text Example


Text Example

White with #71C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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