Html Css Color HEX #71CCDB Spray

📋 copy color: '#71CCDB'

red 113 ◦ green 204 ◦ blue 219

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

Shades of Spray #71CCDB

Tints of Spray #71CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 21.08%
G = 38.06%
B = 40.86%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CCDB (or 0x71CCDB) is known color: Spray. HEX triplet: 71, CC and DB. RGB value is (113,204,219). Sum of RGB (Red+Green+Blue) = 113+204+219=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #71CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCDB is #8E3324. Grayscale: #B2B2B2. Windows color (decimal): -9319205 or 14404721. OLE color: 14404721.

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

Color convert

RGB 113 204 219 -
CMYK 0.48 0.07 0 0.14
HSL 188.49º 0.6% 0.65% -
HSV(B) 188.49º 0.48% 0.86% -
XYZ 41.19 51.81 74.85 -
YUV 178.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 113 204 219 0.48 0.07 0 0.14 188.49 0.6 0.65
Hex 71 CC DB 30 7 0 E BC 3C 41
Octal 161 314 333 60 7 0 16 274 74 101
Binary 1110001 11001100 11011011 110000 111 0 1110 10111100 111100 1000001

Color Harmonies of #71CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCDB

Black with #71CCDB

Text Example


Text Example

White with #71CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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