Html Css Color HEX #71AECE Seagull

📋 copy color: '#71AECE'

red 113 ◦ green 174 ◦ blue 206

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

Shades of Seagull #71AECE

Tints of Seagull #71AECE

RGB

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

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

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

R = 22.92%
G = 35.29%
B = 41.78%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71AECE (or 0x71AECE) is known color: Seagull. HEX triplet: 71, AE and CE. RGB value is (113,174,206). Sum of RGB (Red+Green+Blue) = 113+174+206=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #71AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AECE is #8E5131. Grayscale: #9F9F9F. Windows color (decimal): -9326898 or 13545073. OLE color: 13545073.

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

Color convert

RGB 113 174 206 -
CMYK 0.45 0.16 0 0.19
HSL 200.65º 0.49% 0.63% -
HSV(B) 200.65º 0.45% 0.81% -
XYZ 33.09 38.24 64.03 -
YUV 159.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 113 174 206 0.45 0.16 0 0.19 200.65 0.49 0.63
Hex 71 AE CE 2D 10 0 13 C9 31 3F
Octal 161 256 316 55 20 0 23 311 61 77
Binary 1110001 10101110 11001110 101101 10000 0 10011 11001001 110001 111111

Color Harmonies of #71AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AECE

Black with #71AECE

Text Example


Text Example

White with #71AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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