Html Css Color HEX #71CBDC Spray

📋 copy color: '#71CBDC'

red 113 ◦ green 203 ◦ blue 220

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

Shades of Spray #71CBDC

Tints of Spray #71CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.87%

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

R = 21.08%
G = 37.87%
B = 41.04%

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

#71CBDC (or 0x71CBDC) is known color: Spray. HEX triplet: 71, CB and DC. RGB value is (113,203,220). Sum of RGB (Red+Green+Blue) = 113+203+220=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #71CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBDC is #8E3423. Grayscale: #B1B1B1. Windows color (decimal): -9319460 or 14470001. OLE color: 14470001.

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

Color convert

RGB 113 203 220 -
CMYK 0.49 0.08 0 0.14
HSL 189.53º 0.6% 0.65% -
HSV(B) 189.53º 0.49% 0.86% -
XYZ 41.08 51.39 75.46 -
YUV 178.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 113 203 220 0.49 0.08 0 0.14 189.53 0.6 0.65
Hex 71 CB DC 31 8 0 E BE 3C 41
Octal 161 313 334 61 10 0 16 276 74 101
Binary 1110001 11001011 11011100 110001 1000 0 1110 10111110 111100 1000001

Color Harmonies of #71CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBDC

Black with #71CBDC

Text Example


Text Example

White with #71CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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