Html Css Color HEX #71AECF Seagull

📋 copy color: '#71AECF'

red 113 ◦ green 174 ◦ blue 207

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

Shades of Seagull #71AECF

Tints of Seagull #71AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 22.87%
G = 35.22%
B = 41.9%

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

#71AECF (or 0x71AECF) is known color: Seagull. HEX triplet: 71, AE and CF. RGB value is (113,174,207). Sum of RGB (Red+Green+Blue) = 113+174+207=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #71AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AECF is #8E5130. Grayscale: #9F9F9F. Windows color (decimal): -9326897 or 13610609. OLE color: 13610609.

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

Color convert

RGB 113 174 207 -
CMYK 0.45 0.16 0 0.19
HSL 201.06º 0.49% 0.63% -
HSV(B) 201.06º 0.45% 0.81% -
XYZ 33.21 38.29 64.67 -
YUV 159.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 113 174 207 0.45 0.16 0 0.19 201.06 0.49 0.63
Hex 71 AE CF 2D 10 0 13 C9 31 3F
Octal 161 256 317 55 20 0 23 311 61 77
Binary 1110001 10101110 11001111 101101 10000 0 10011 11001001 110001 111111

Color Harmonies of #71AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AECF

Black with #71AECF

Text Example


Text Example

White with #71AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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