Html Css Color HEX #71AACE Seagull

📋 copy color: '#71AACE'

red 113 ◦ green 170 ◦ blue 206

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

Shades of Seagull #71AACE

Tints of Seagull #71AACE

RGB

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

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

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

R = 23.11%
G = 34.76%
B = 42.13%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71AACE (or 0x71AACE) is known color: Seagull. HEX triplet: 71, AA and CE. RGB value is (113,170,206). Sum of RGB (Red+Green+Blue) = 113+170+206=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #71AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AACE is #8E5531. Grayscale: #9C9C9C. Windows color (decimal): -9327922 or 13544049. OLE color: 13544049.

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

Color convert

RGB 113 170 206 -
CMYK 0.45 0.17 0 0.19
HSL 203.23º 0.49% 0.63% -
HSV(B) 203.23º 0.45% 0.81% -
XYZ 32.33 36.72 63.78 -
YUV 157.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 113 170 206 0.45 0.17 0 0.19 203.23 0.49 0.63
Hex 71 AA CE 2D 11 0 13 CB 31 3F
Octal 161 252 316 55 21 0 23 313 61 77
Binary 1110001 10101010 11001110 101101 10001 0 10011 11001011 110001 111111

Color Harmonies of #71AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AACE

Black with #71AACE

Text Example


Text Example

White with #71AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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