Html Css Color HEX #71C8CD Spray

📋 copy color: '#71C8CD'

red 113 ◦ green 200 ◦ blue 205

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

Shades of Spray #71C8CD

Tints of Spray #71C8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 21.81%
G = 38.61%
B = 39.58%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71C8CD (or 0x71C8CD) is known color: Spray. HEX triplet: 71, C8 and CD. RGB value is (113,200,205). Sum of RGB (Red+Green+Blue) = 113+200+205=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #71C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8CD is #8E3732. Grayscale: #AEAEAE. Windows color (decimal): -9320243 or 13486193. OLE color: 13486193.

HSL color Cylindrical-coordinate representation of color #71C8CD: hue angle of 183.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71C8CD is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 200 205 -
CMYK 0.45 0.02 0 0.20
HSL 183.26º 0.48% 0.62% -
HSV(B) 183.26º 0.45% 0.8% -
XYZ 38.48 49.23 65.23 -
YUV 174.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 113 200 205 0.45 0.02 0 0.20 183.26 0.48 0.62
Hex 71 C8 CD 2D 2 0 14 B7 30 3E
Octal 161 310 315 55 2 0 24 267 60 76
Binary 1110001 11001000 11001101 101101 10 0 10100 10110111 110000 111110

Color Harmonies of #71C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8CD

Black with #71C8CD

Text Example


Text Example

White with #71C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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