Html Css Color HEX #71AACD Seagull

📋 copy color: '#71AACD'

red 113 ◦ green 170 ◦ blue 205

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

Shades of Seagull #71AACD

Tints of Seagull #71AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

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

R = 23.16%
G = 34.84%
B = 42.01%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71AACD (or 0x71AACD) is known color: Seagull. HEX triplet: 71, AA and CD. RGB value is (113,170,205). Sum of RGB (Red+Green+Blue) = 113+170+205=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #71AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACD is #8E5532. Grayscale: #9C9C9C. Windows color (decimal): -9327923 or 13478513. OLE color: 13478513.

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

Color convert

RGB 113 170 205 -
CMYK 0.45 0.17 0 0.20
HSL 202.83º 0.48% 0.62% -
HSV(B) 202.83º 0.45% 0.8% -
XYZ 32.2 36.67 63.14 -
YUV 156.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 113 170 205 0.45 0.17 0 0.20 202.83 0.48 0.62
Hex 71 AA CD 2D 11 0 14 CB 30 3E
Octal 161 252 315 55 21 0 24 313 60 76
Binary 1110001 10101010 11001101 101101 10001 0 10100 11001011 110000 111110

Color Harmonies of #71AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AACD

Black with #71AACD

Text Example


Text Example

White with #71AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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