Html Css Color HEX #71AECC Seagull

📋 copy color: '#71AECC'

red 113 ◦ green 174 ◦ blue 204

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

Shades of Seagull #71AECC

Tints of Seagull #71AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

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

R = 23.01%
G = 35.44%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71AECC (or 0x71AECC) is known color: Seagull. HEX triplet: 71, AE and CC. RGB value is (113,174,204). Sum of RGB (Red+Green+Blue) = 113+174+204=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #71AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AECC is #8E5133. Grayscale: #9F9F9F. Windows color (decimal): -9326900 or 13414001. OLE color: 13414001.

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

Color convert

RGB 113 174 204 -
CMYK 0.45 0.15 0 0.2
HSL 199.78º 0.47% 0.62% -
HSV(B) 199.78º 0.45% 0.8% -
XYZ 32.85 38.14 62.76 -
YUV 159.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 113 174 204 0.45 0.15 0 0.2 199.78 0.47 0.62
Hex 71 AE CC 2D F 0 14 C8 2F 3E
Octal 161 256 314 55 17 0 24 310 57 76
Binary 1110001 10101110 11001100 101101 1111 0 10100 11001000 101111 111110

Color Harmonies of #71AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AECC

Black with #71AECC

Text Example


Text Example

White with #71AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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