Html Css Color HEX #71AACF Seagull

📋 copy color: '#71AACF'

red 113 ◦ green 170 ◦ blue 207

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

Shades of Seagull #71AACF

Tints of Seagull #71AACF

RGB

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

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

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

R = 23.06%
G = 34.69%
B = 42.24%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71AACF (or 0x71AACF) is known color: Seagull. HEX triplet: 71, AA and CF. RGB value is (113,170,207). Sum of RGB (Red+Green+Blue) = 113+170+207=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #71AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACF is #8E5530. Grayscale: #9C9C9C. Windows color (decimal): -9327921 or 13609585. OLE color: 13609585.

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

Color convert

RGB 113 170 207 -
CMYK 0.45 0.18 0 0.19
HSL 203.62º 0.49% 0.63% -
HSV(B) 203.62º 0.45% 0.81% -
XYZ 32.45 36.77 64.42 -
YUV 157.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 113 170 207 0.45 0.18 0 0.19 203.62 0.49 0.63
Hex 71 AA CF 2D 12 0 13 CC 31 3F
Octal 161 252 317 55 22 0 23 314 61 77
Binary 1110001 10101010 11001111 101101 10010 0 10011 11001100 110001 111111

Color Harmonies of #71AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AACF

Black with #71AACF

Text Example


Text Example

White with #71AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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