Html Css Color HEX #71C2CD Seagull

📋 copy color: '#71C2CD'

red 113 ◦ green 194 ◦ blue 205

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

Shades of Seagull #71C2CD

Tints of Seagull #71C2CD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 22.07%
G = 37.89%
B = 40.04%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71C2CD (or 0x71C2CD) is known color: Seagull. HEX triplet: 71, C2 and CD. RGB value is (113,194,205). Sum of RGB (Red+Green+Blue) = 113+194+205=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #71C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C2CD is #8E3D32. Grayscale: #AAAAAA. Windows color (decimal): -9321779 or 13484657. OLE color: 13484657.

HSL color Cylindrical-coordinate representation of color #71C2CD: hue angle of 187.17º degrees, saturation: 0.48, 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 #71C2CD is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 194 205 -
CMYK 0.45 0.05 0 0.20
HSL 187.17º 0.48% 0.62% -
HSV(B) 187.17º 0.45% 0.8% -
XYZ 37.12 46.5 64.78 -
YUV 171.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 113 194 205 0.45 0.05 0 0.20 187.17 0.48 0.62
Hex 71 C2 CD 2D 5 0 14 BB 30 3E
Octal 161 302 315 55 5 0 24 273 60 76
Binary 1110001 11000010 11001101 101101 101 0 10100 10111011 110000 111110

Color Harmonies of #71C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C2CD

Black with #71C2CD

Text Example


Text Example

White with #71C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,205); }

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

background-color css

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

 a { background-color: rgb(113,194,205); }

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

border-color css

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

 span { border-color: rgb(113,194,205); }

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