Html Css Color HEX #71A9CF Seagull

📋 copy color: '#71A9CF'

red 113 ◦ green 169 ◦ blue 207

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

Shades of Seagull #71A9CF

Tints of Seagull #71A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 23.11%
G = 34.56%
B = 42.33%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71A9CF (or 0x71A9CF) is known color: Seagull. HEX triplet: 71, A9 and CF. RGB value is (113,169,207). Sum of RGB (Red+Green+Blue) = 113+169+207=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #71A9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A9CF is #8E5630. Grayscale: #9C9C9C. Windows color (decimal): -9328177 or 13609329. OLE color: 13609329.

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

Color convert

RGB 113 169 207 -
CMYK 0.45 0.18 0 0.19
HSL 204.26º 0.49% 0.63% -
HSV(B) 204.26º 0.45% 0.81% -
XYZ 32.26 36.39 64.36 -
YUV 156.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 113 169 207 0.45 0.18 0 0.19 204.26 0.49 0.63
Hex 71 A9 CF 2D 12 0 13 CC 31 3F
Octal 161 251 317 55 22 0 23 314 61 77
Binary 1110001 10101001 11001111 101101 10010 0 10011 11001100 110001 111111

Color Harmonies of #71A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A9CF

Black with #71A9CF

Text Example


Text Example

White with #71A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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