Html Css Color HEX #71CDDA Spray

📋 copy color: '#71CDDA'

red 113 ◦ green 205 ◦ blue 218

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

Shades of Spray #71CDDA

Tints of Spray #71CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 21.08%
G = 38.25%
B = 40.67%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#71CDDA (or 0x71CDDA) is known color: Spray. HEX triplet: 71, CD and DA. RGB value is (113,205,218). Sum of RGB (Red+Green+Blue) = 113+205+218=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #71CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDDA is #8E3225. Grayscale: #B2B2B2. Windows color (decimal): -9318950 or 14339441. OLE color: 14339441.

HSL color Cylindrical-coordinate representation of color #71CDDA: hue angle of 187.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71CDDA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 205 218 -
CMYK 0.48 0.06 0 0.15
HSL 187.43º 0.59% 0.65% -
HSV(B) 187.43º 0.48% 0.85% -
XYZ 41.3 52.24 74.24 -
YUV 178.97 150.02 80.94 -
System Red Green Blue C M Y K H S L
Decimal 113 205 218 0.48 0.06 0 0.15 187.43 0.59 0.65
Hex 71 CD DA 30 6 0 F BB 3B 41
Octal 161 315 332 60 6 0 17 273 73 101
Binary 1110001 11001101 11011010 110000 110 0 1111 10111011 111011 1000001

Color Harmonies of #71CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDDA

Black with #71CDDA

Text Example


Text Example

White with #71CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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