Html Css Color HEX #71CCCF Spray

📋 copy color: '#71CCCF'

red 113 ◦ green 204 ◦ blue 207

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

Shades of Spray #71CCCF

Tints of Spray #71CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

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

R = 21.56%
G = 38.93%
B = 39.5%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71CCCF (or 0x71CCCF) is known color: Spray. HEX triplet: 71, CC and CF. RGB value is (113,204,207). Sum of RGB (Red+Green+Blue) = 113+204+207=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #71CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCCF is #8E3330. Grayscale: #B1B1B1. Windows color (decimal): -9319217 or 13618289. OLE color: 13618289.

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

Color convert

RGB 113 204 207 -
CMYK 0.45 0.01 0 0.19
HSL 181.91º 0.49% 0.63% -
HSV(B) 181.91º 0.45% 0.81% -
XYZ 39.67 51.2 66.82 -
YUV 177.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 113 204 207 0.45 0.01 0 0.19 181.91 0.49 0.63
Hex 71 CC CF 2D 1 0 13 B6 31 3F
Octal 161 314 317 55 1 0 23 266 61 77
Binary 1110001 11001100 11001111 101101 1 0 10011 10110110 110001 111111

Color Harmonies of #71CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCCF

Black with #71CCCF

Text Example


Text Example

White with #71CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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