#71C3DB

Color #71C3DB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #71C3DB

Tints of Spray #71C3DB

Color information

#71C3DB (or 0x71C3DB) is unknown color: approx Spray. HEX triplet: 71, C3 and DB. RGB value is (113,195,219). Sum of RGB (Red+Green+Blue) = 113+195+219=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #71C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C3DB is #8E3C24. Grayscale: #ADADAD. Windows color (decimal): -9321509 or 14402417. OLE color: 14402417.

HSL color Cylindrical-coordinate representation of color #71C3DB: hue angle of 193.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71C3DB is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113195219-
CMYK0.480.1100.14
HSL193.58º59.55%65.1%-
HSV(B)193.58º48.4%85.88%-
XYZ39.1147.6674.15-
YUV173.22153.8385.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.44%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=21.44%
G=37.00%
B=41.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131952190.480.1100.14193.5859.5565.1
Hex71C3DB30B0Ec23c41
Octal161303333601301630274101
Binary11100011100001111011011110000101101110110000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,219); }

 H1.HeaderClassName
 {
   color: #71C3DB;
 }
 .AnyTagClassName
 {
   color: #71C3DB;
 }
</style>
background-color css

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

 a { background-color: rgb(113,195,219); }

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

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

 span { border-color: rgb(113,195,219); }

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