Html Css Color HEX #71AACC Seagull

📋 copy color: '#71AACC'

red 113 ◦ green 170 ◦ blue 204

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

Shades of Seagull #71AACC

Tints of Seagull #71AACC

RGB

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

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

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

R = 23.2%
G = 34.91%
B = 41.89%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71AACC (or 0x71AACC) is known color: Seagull. HEX triplet: 71, AA and CC. RGB value is (113,170,204). Sum of RGB (Red+Green+Blue) = 113+170+204=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #71AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACC is #8E5533. Grayscale: #9C9C9C. Windows color (decimal): -9327924 or 13412977. OLE color: 13412977.

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

Color convert

RGB 113 170 204 -
CMYK 0.45 0.17 0 0.2
HSL 202.42º 0.47% 0.62% -
HSV(B) 202.42º 0.45% 0.8% -
XYZ 32.08 36.62 62.5 -
YUV 156.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 113 170 204 0.45 0.17 0 0.2 202.42 0.47 0.62
Hex 71 AA CC 2D 11 0 14 CA 2F 3E
Octal 161 252 314 55 21 0 24 312 57 76
Binary 1110001 10101010 11001100 101101 10001 0 10100 11001010 101111 111110

Color Harmonies of #71AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AACC

Black with #71AACC

Text Example


Text Example

White with #71AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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