Html Css Color HEX #71CACF Spray

📋 copy color: '#71CACF'

red 113 ◦ green 202 ◦ blue 207

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

Shades of Spray #71CACF

Tints of Spray #71CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.7%

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 21.65%
G = 38.7%
B = 39.66%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71CACF (or 0x71CACF) is known color: Spray. HEX triplet: 71, CA and CF. RGB value is (113,202,207). Sum of RGB (Red+Green+Blue) = 113+202+207=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #71CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CACF is #8E3530. Grayscale: #AFAFAF. Windows color (decimal): -9319729 or 13617777. OLE color: 13617777.

HSL color Cylindrical-coordinate representation of color #71CACF: hue angle of 183.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CACF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 202 207 -
CMYK 0.45 0.02 0 0.19
HSL 183.19º 0.49% 0.63% -
HSV(B) 183.19º 0.45% 0.81% -
XYZ 39.19 50.26 66.67 -
YUV 175.96 145.51 83.09 -
System Red Green Blue C M Y K H S L
Decimal 113 202 207 0.45 0.02 0 0.19 183.19 0.49 0.63
Hex 71 CA CF 2D 2 0 13 B7 31 3F
Octal 161 312 317 55 2 0 23 267 61 77
Binary 1110001 11001010 11001111 101101 10 0 10011 10110111 110001 111111

Color Harmonies of #71CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CACF

Black with #71CACF

Text Example


Text Example

White with #71CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,207); }

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

background-color css

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

 a { background-color: rgb(113,202,207); }

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

border-color css

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

 span { border-color: rgb(113,202,207); }

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