Html Css Color HEX #71CBCC Downy

📋 copy color: '#71CBCC'

red 113 ◦ green 203 ◦ blue 204

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

Shades of Downy #71CBCC

Tints of Downy #71CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 21.73%
G = 39.04%
B = 39.23%

CMYK

 C value IS 0.45

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71CBCC (or 0x71CBCC) is known color: Downy. HEX triplet: 71, CB and CC. RGB value is (113,203,204). Sum of RGB (Red+Green+Blue) = 113+203+204=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #71CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBCC is #8E3433. Grayscale: #B0B0B0. Windows color (decimal): -9319476 or 13421425. OLE color: 13421425.

HSL color Cylindrical-coordinate representation of color #71CBCC: hue angle of 180.66º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CBCC is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 203 204 -
CMYK 0.45 0.00 0 0.2
HSL 180.66º 0.47% 0.62% -
HSV(B) 180.66º 0.45% 0.8% -
XYZ 39.07 50.58 64.83 -
YUV 176.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 113 203 204 0.45 0.00 0 0.2 180.66 0.47 0.62
Hex 71 CB CC 2D 0 0 14 B5 2F 3E
Octal 161 313 314 55 0 0 24 265 57 76
Binary 1110001 11001011 11001100 101101 0 0 10100 10110101 101111 111110

Color Harmonies of #71CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBCC

Black with #71CBCC

Text Example


Text Example

White with #71CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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