Html Css Color HEX #71C8D8 Spray

📋 copy color: '#71C8D8'

red 113 ◦ green 200 ◦ blue 216

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

Shades of Spray #71C8D8

Tints of Spray #71C8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 21.36%
G = 37.81%
B = 40.83%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71C8D8 (or 0x71C8D8) is known color: Spray. HEX triplet: 71, C8 and D8. RGB value is (113,200,216). Sum of RGB (Red+Green+Blue) = 113+200+216=529 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.36% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #71C8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8D8 is #8E3727. Grayscale: #AFAFAF. Windows color (decimal): -9320232 or 14207089. OLE color: 14207089.

HSL color Cylindrical-coordinate representation of color #71C8D8: hue angle of 189.32º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C8D8 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 200 216 -
CMYK 0.48 0.07 0 0.15
HSL 189.32º 0.57% 0.65% -
HSV(B) 189.32º 0.48% 0.85% -
XYZ 39.86 49.78 72.47 -
YUV 175.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 113 200 216 0.48 0.07 0 0.15 189.32 0.57 0.65
Hex 71 C8 D8 30 7 0 F BD 39 41
Octal 161 310 330 60 7 0 17 275 71 101
Binary 1110001 11001000 11011000 110000 111 0 1111 10111101 111001 1000001

Color Harmonies of #71C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8D8

Black with #71C8D8

Text Example


Text Example

White with #71C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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