Html Css Color HEX #71CADB Spray

📋 copy color: '#71CADB'

red 113 ◦ green 202 ◦ blue 219

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

Shades of Spray #71CADB

Tints of Spray #71CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.83%

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

R = 21.16%
G = 37.83%
B = 41.01%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CADB (or 0x71CADB) is known color: Spray. HEX triplet: 71, CA and DB. RGB value is (113,202,219). Sum of RGB (Red+Green+Blue) = 113+202+219=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #71CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CADB is #8E3524. Grayscale: #B1B1B1. Windows color (decimal): -9319717 or 14404209. OLE color: 14404209.

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

Color convert

RGB 113 202 219 -
CMYK 0.48 0.08 0 0.14
HSL 189.62º 0.6% 0.65% -
HSV(B) 189.62º 0.48% 0.86% -
XYZ 40.72 50.87 74.69 -
YUV 177.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 113 202 219 0.48 0.08 0 0.14 189.62 0.6 0.65
Hex 71 CA DB 30 8 0 E BE 3C 41
Octal 161 312 333 60 10 0 16 276 74 101
Binary 1110001 11001010 11011011 110000 1000 0 1110 10111110 111100 1000001

Color Harmonies of #71CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CADB

Black with #71CADB

Text Example


Text Example

White with #71CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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