Html Css Color HEX #71C8DC Spray

📋 copy color: '#71C8DC'

red 113 ◦ green 200 ◦ blue 220

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

Shades of Spray #71C8DC

Tints of Spray #71C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

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

R = 21.2%
G = 37.52%
B = 41.28%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71C8DC (or 0x71C8DC) is known color: Spray. HEX triplet: 71, C8 and DC. RGB value is (113,200,220). Sum of RGB (Red+Green+Blue) = 113+200+220=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #71C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8DC is #8E3723. Grayscale: #B0B0B0. Windows color (decimal): -9320228 or 14469233. OLE color: 14469233.

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

Color convert

RGB 113 200 220 -
CMYK 0.49 0.09 0 0.14
HSL 191.22º 0.6% 0.65% -
HSV(B) 191.22º 0.49% 0.86% -
XYZ 40.38 49.99 75.23 -
YUV 176.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 113 200 220 0.49 0.09 0 0.14 191.22 0.6 0.65
Hex 71 C8 DC 31 9 0 E BF 3C 41
Octal 161 310 334 61 11 0 16 277 74 101
Binary 1110001 11001000 11011100 110001 1001 0 1110 10111111 111100 1000001

Color Harmonies of #71C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8DC

Black with #71C8DC

Text Example


Text Example

White with #71C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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