Html Css Color HEX #71ADCF Seagull

📋 copy color: '#71ADCF'

red 113 ◦ green 173 ◦ blue 207

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

Shades of Seagull #71ADCF

Tints of Seagull #71ADCF

RGB

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

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

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

R = 22.92%
G = 35.09%
B = 41.99%

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

#71ADCF (or 0x71ADCF) is known color: Seagull. HEX triplet: 71, AD and CF. RGB value is (113,173,207). Sum of RGB (Red+Green+Blue) = 113+173+207=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #71ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ADCF is #8E5230. Grayscale: #9E9E9E. Windows color (decimal): -9327153 or 13610353. OLE color: 13610353.

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

Color convert

RGB 113 173 207 -
CMYK 0.45 0.16 0 0.19
HSL 201.7º 0.49% 0.63% -
HSV(B) 201.7º 0.45% 0.81% -
XYZ 33.02 37.9 64.61 -
YUV 158.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 113 173 207 0.45 0.16 0 0.19 201.7 0.49 0.63
Hex 71 AD CF 2D 10 0 13 CA 31 3F
Octal 161 255 317 55 20 0 23 312 61 77
Binary 1110001 10101101 11001111 101101 10000 0 10011 11001010 110001 111111

Color Harmonies of #71ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADCF

Black with #71ADCF

Text Example


Text Example

White with #71ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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