Html Css Color HEX #71B0CC Seagull

📋 copy color: '#71B0CC'

red 113 ◦ green 176 ◦ blue 204

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

Shades of Seagull #71B0CC

Tints of Seagull #71B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

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

R = 22.92%
G = 35.7%
B = 41.38%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71B0CC (or 0x71B0CC) is known color: Seagull. HEX triplet: 71, B0 and CC. RGB value is (113,176,204). Sum of RGB (Red+Green+Blue) = 113+176+204=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #71B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0CC is #8E4F33. Grayscale: #A0A0A0. Windows color (decimal): -9326388 or 13414513. OLE color: 13414513.

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

Color convert

RGB 113 176 204 -
CMYK 0.45 0.14 0 0.2
HSL 198.46º 0.47% 0.62% -
HSV(B) 198.46º 0.45% 0.8% -
XYZ 33.23 38.92 62.89 -
YUV 160.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 113 176 204 0.45 0.14 0 0.2 198.46 0.47 0.62
Hex 71 B0 CC 2D E 0 14 C6 2F 3E
Octal 161 260 314 55 16 0 24 306 57 76
Binary 1110001 10110000 11001100 101101 1110 0 10100 11000110 101111 111110

Color Harmonies of #71B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B0CC

Black with #71B0CC

Text Example


Text Example

White with #71B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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