Html Css Color HEX #71CDDD Spray

📋 copy color: '#71CDDD'

red 113 ◦ green 205 ◦ blue 221

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

Shades of Spray #71CDDD

Tints of Spray #71CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 20.96%
G = 38.03%
B = 41%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71CDDD (or 0x71CDDD) is known color: Spray. HEX triplet: 71, CD and DD. RGB value is (113,205,221). Sum of RGB (Red+Green+Blue) = 113+205+221=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #71CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDDD is #8E3222. Grayscale: #B3B3B3. Windows color (decimal): -9318947 or 14536049. OLE color: 14536049.

HSL color Cylindrical-coordinate representation of color #71CDDD: hue angle of 188.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71CDDD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 205 221 -
CMYK 0.49 0.07 0 0.13
HSL 188.89º 0.61% 0.65% -
HSV(B) 188.89º 0.49% 0.87% -
XYZ 41.69 52.39 76.32 -
YUV 179.32 151.52 80.7 -
System Red Green Blue C M Y K H S L
Decimal 113 205 221 0.49 0.07 0 0.13 188.89 0.61 0.65
Hex 71 CD DD 31 7 0 D BD 3D 41
Octal 161 315 335 61 7 0 15 275 75 101
Binary 1110001 11001101 11011101 110001 111 0 1101 10111101 111101 1000001

Color Harmonies of #71CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDDD

Black with #71CDDD

Text Example


Text Example

White with #71CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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