Html Css Color HEX #71D0DB Spray

📋 copy color: '#71D0DB'

red 113 ◦ green 208 ◦ blue 219

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

Shades of Spray #71D0DB

Tints of Spray #71D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 20.93%
G = 38.52%
B = 40.56%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71D0DB (or 0x71D0DB) is known color: Spray. HEX triplet: 71, D0 and DB. RGB value is (113,208,219). Sum of RGB (Red+Green+Blue) = 113+208+219=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #71D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0DB is #8E2F24. Grayscale: #B4B4B4. Windows color (decimal): -9318181 or 14405745. OLE color: 14405745.

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

Color convert

RGB 113 208 219 -
CMYK 0.48 0.05 0 0.14
HSL 186.23º 0.6% 0.65% -
HSV(B) 186.23º 0.48% 0.86% -
XYZ 42.15 53.74 75.17 -
YUV 180.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 113 208 219 0.48 0.05 0 0.14 186.23 0.6 0.65
Hex 71 D0 DB 30 5 0 E BA 3C 41
Octal 161 320 333 60 5 0 16 272 74 101
Binary 1110001 11010000 11011011 110000 101 0 1110 10111010 111100 1000001

Color Harmonies of #71D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D0DB

Black with #71D0DB

Text Example


Text Example

White with #71D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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