Html Css Color HEX #71C7DB Spray

📋 copy color: '#71C7DB'

red 113 ◦ green 199 ◦ blue 219

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

Shades of Spray #71C7DB

Tints of Spray #71C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.48%

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 21.28%
G = 37.48%
B = 41.24%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71C7DB (or 0x71C7DB) is known color: Spray. HEX triplet: 71, C7 and DB. RGB value is (113,199,219). Sum of RGB (Red+Green+Blue) = 113+199+219=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #71C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C7DB is #8E3824. Grayscale: #AFAFAF. Windows color (decimal): -9320485 or 14403441. OLE color: 14403441.

HSL color Cylindrical-coordinate representation of color #71C7DB: hue angle of 191.32º 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 #71C7DB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 199 219 -
CMYK 0.48 0.09 0 0.14
HSL 191.32º 0.6% 0.65% -
HSV(B) 191.32º 0.48% 0.86% -
XYZ 40.02 49.47 74.46 -
YUV 175.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 113 199 219 0.48 0.09 0 0.14 191.32 0.6 0.65
Hex 71 C7 DB 30 9 0 E BF 3C 41
Octal 161 307 333 60 11 0 16 277 74 101
Binary 1110001 11000111 11011011 110000 1001 0 1110 10111111 111100 1000001

Color Harmonies of #71C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C7DB

Black with #71C7DB

Text Example


Text Example

White with #71C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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