Html Css Color HEX #71CCD0 Spray

📋 copy color: '#71CCD0'

red 113 ◦ green 204 ◦ blue 208

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

Shades of Spray #71CCD0

Tints of Spray #71CCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 21.52%
G = 38.86%
B = 39.62%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#71CCD0 (or 0x71CCD0) is known color: Spray. HEX triplet: 71, CC and D0. RGB value is (113,204,208). Sum of RGB (Red+Green+Blue) = 113+204+208=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #71CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCD0 is #8E332F. Grayscale: #B1B1B1. Windows color (decimal): -9319216 or 13683825. OLE color: 13683825.

HSL color Cylindrical-coordinate representation of color #71CCD0: hue angle of 182.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71CCD0 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 204 208 -
CMYK 0.46 0.02 0 0.18
HSL 182.53º 0.5% 0.63% -
HSV(B) 182.53º 0.46% 0.82% -
XYZ 39.79 51.25 67.47 -
YUV 177.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 113 204 208 0.46 0.02 0 0.18 182.53 0.5 0.63
Hex 71 CC D0 2E 2 0 12 B7 32 3F
Octal 161 314 320 56 2 0 22 267 62 77
Binary 1110001 11001100 11010000 101110 10 0 10010 10110111 110010 111111

Color Harmonies of #71CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCD0

Black with #71CCD0

Text Example


Text Example

White with #71CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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