Html Css Color HEX #71AFCD Seagull

📋 copy color: '#71AFCD'

red 113 ◦ green 175 ◦ blue 205

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

Shades of Seagull #71AFCD

Tints of Seagull #71AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 22.92%
G = 35.5%
B = 41.58%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71AFCD (or 0x71AFCD) is known color: Seagull. HEX triplet: 71, AF and CD. RGB value is (113,175,205). Sum of RGB (Red+Green+Blue) = 113+175+205=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #71AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFCD is #8E5032. Grayscale: #9F9F9F. Windows color (decimal): -9326643 or 13479793. OLE color: 13479793.

HSL color Cylindrical-coordinate representation of color #71AFCD: hue angle of 199.57º degrees, saturation: 0.48, 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 #71AFCD is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 175 205 -
CMYK 0.45 0.15 0 0.20
HSL 199.57º 0.48% 0.62% -
HSV(B) 199.57º 0.45% 0.8% -
XYZ 33.16 38.58 63.46 -
YUV 159.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 113 175 205 0.45 0.15 0 0.20 199.57 0.48 0.62
Hex 71 AF CD 2D F 0 14 C8 30 3E
Octal 161 257 315 55 17 0 24 310 60 76
Binary 1110001 10101111 11001101 101101 1111 0 10100 11001000 110000 111110

Color Harmonies of #71AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFCD

Black with #71AFCD

Text Example


Text Example

White with #71AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,205); }

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

background-color css

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

 a { background-color: rgb(113,175,205); }

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

border-color css

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

 span { border-color: rgb(113,175,205); }

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