Html Css Color HEX #71CBCE Spray

📋 copy color: '#71CBCE'

red 113 ◦ green 203 ◦ blue 206

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

Shades of Spray #71CBCE

Tints of Spray #71CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 21.65%
G = 38.89%
B = 39.46%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71CBCE (or 0x71CBCE) is known color: Spray. HEX triplet: 71, CB and CE. RGB value is (113,203,206). Sum of RGB (Red+Green+Blue) = 113+203+206=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #71CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCE is #8E3431. Grayscale: #B0B0B0. Windows color (decimal): -9319474 or 13552497. OLE color: 13552497.

HSL color Cylindrical-coordinate representation of color #71CBCE: hue angle of 181.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CBCE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 203 206 -
CMYK 0.45 0.01 0 0.19
HSL 181.94º 0.49% 0.63% -
HSV(B) 181.94º 0.45% 0.81% -
XYZ 39.31 50.68 66.1 -
YUV 176.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 113 203 206 0.45 0.01 0 0.19 181.94 0.49 0.63
Hex 71 CB CE 2D 1 0 13 B6 31 3F
Octal 161 313 316 55 1 0 23 266 61 77
Binary 1110001 11001011 11001110 101101 1 0 10011 10110110 110001 111111

Color Harmonies of #71CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBCE

Black with #71CBCE

Text Example


Text Example

White with #71CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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