Html Css Color HEX #71ADCE Seagull

📋 copy color: '#71ADCE'

red 113 ◦ green 173 ◦ blue 206

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

Shades of Seagull #71ADCE

Tints of Seagull #71ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 22.97%
G = 35.16%
B = 41.87%

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

#71ADCE (or 0x71ADCE) is known color: Seagull. HEX triplet: 71, AD and CE. RGB value is (113,173,206). Sum of RGB (Red+Green+Blue) = 113+173+206=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #71ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADCE is #8E5231. Grayscale: #9E9E9E. Windows color (decimal): -9327154 or 13544817. OLE color: 13544817.

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

Color convert

RGB 113 173 206 -
CMYK 0.45 0.16 0 0.19
HSL 201.29º 0.49% 0.63% -
HSV(B) 201.29º 0.45% 0.81% -
XYZ 32.89 37.85 63.97 -
YUV 158.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 113 173 206 0.45 0.16 0 0.19 201.29 0.49 0.63
Hex 71 AD CE 2D 10 0 13 C9 31 3F
Octal 161 255 316 55 20 0 23 311 61 77
Binary 1110001 10101101 11001110 101101 10000 0 10011 11001001 110001 111111

Color Harmonies of #71ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADCE

Black with #71ADCE

Text Example


Text Example

White with #71ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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