Html Css Color HEX #71CACE Spray

📋 copy color: '#71CACE'

red 113 ◦ green 202 ◦ blue 206

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

Shades of Spray #71CACE

Tints of Spray #71CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 21.69%
G = 38.77%
B = 39.54%

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

#71CACE (or 0x71CACE) is known color: Spray. HEX triplet: 71, CA and CE. RGB value is (113,202,206). Sum of RGB (Red+Green+Blue) = 113+202+206=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #71CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CACE is #8E3531. Grayscale: #AFAFAF. Windows color (decimal): -9319730 or 13552241. OLE color: 13552241.

HSL color Cylindrical-coordinate representation of color #71CACE: hue angle of 182.58º 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 #71CACE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 202 206 -
CMYK 0.45 0.02 0 0.19
HSL 182.58º 0.49% 0.63% -
HSV(B) 182.58º 0.45% 0.81% -
XYZ 39.07 50.21 66.02 -
YUV 175.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 113 202 206 0.45 0.02 0 0.19 182.58 0.49 0.63
Hex 71 CA CE 2D 2 0 13 B7 31 3F
Octal 161 312 316 55 2 0 23 267 61 77
Binary 1110001 11001010 11001110 101101 10 0 10011 10110111 110001 111111

Color Harmonies of #71CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CACE

Black with #71CACE

Text Example


Text Example

White with #71CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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