Html Css Color HEX #71AFCE Seagull

📋 copy color: '#71AFCE'

red 113 ◦ green 175 ◦ blue 206

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

Shades of Seagull #71AFCE

Tints of Seagull #71AFCE

RGB

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

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

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

R = 22.87%
G = 35.43%
B = 41.7%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71AFCE (or 0x71AFCE) is known color: Seagull. HEX triplet: 71, AF and CE. RGB value is (113,175,206). Sum of RGB (Red+Green+Blue) = 113+175+206=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #71AFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFCE is #8E5031. Grayscale: #9F9F9F. Windows color (decimal): -9326642 or 13545329. OLE color: 13545329.

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

Color convert

RGB 113 175 206 -
CMYK 0.45 0.15 0 0.19
HSL 200º 0.49% 0.63% -
HSV(B) 200º 0.45% 0.81% -
XYZ 33.28 38.63 64.09 -
YUV 160 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 113 175 206 0.45 0.15 0 0.19 200 0.49 0.63
Hex 71 AF CE 2D F 0 13 C8 31 3F
Octal 161 257 316 55 17 0 23 310 61 77
Binary 1110001 10101111 11001110 101101 1111 0 10011 11001000 110001 111111

Color Harmonies of #71AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFCE

Black with #71AFCE

Text Example


Text Example

White with #71AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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