Html Css Color HEX #71CADC Spray

📋 copy color: '#71CADC'

red 113 ◦ green 202 ◦ blue 220

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

Shades of Spray #71CADC

Tints of Spray #71CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 21.12%
G = 37.76%
B = 41.12%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71CADC (or 0x71CADC) is known color: Spray. HEX triplet: 71, CA and DC. RGB value is (113,202,220). Sum of RGB (Red+Green+Blue) = 113+202+220=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CADC is #8E3523. Grayscale: #B1B1B1. Windows color (decimal): -9319716 or 14469745. OLE color: 14469745.

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

Color convert

RGB 113 202 220 -
CMYK 0.49 0.08 0 0.14
HSL 190.09º 0.6% 0.65% -
HSV(B) 190.09º 0.49% 0.86% -
XYZ 40.85 50.92 75.39 -
YUV 177.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 113 202 220 0.49 0.08 0 0.14 190.09 0.6 0.65
Hex 71 CA DC 31 8 0 E BE 3C 41
Octal 161 312 334 61 10 0 16 276 74 101
Binary 1110001 11001010 11011100 110001 1000 0 1110 10111110 111100 1000001

Color Harmonies of #71CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CADC

Black with #71CADC

Text Example


Text Example

White with #71CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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