Html Css Color HEX #71ABCF Seagull

📋 copy color: '#71ABCF'

red 113 ◦ green 171 ◦ blue 207

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

Shades of Seagull #71ABCF

Tints of Seagull #71ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 23.01%
G = 34.83%
B = 42.16%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71ABCF (or 0x71ABCF) is known color: Seagull. HEX triplet: 71, AB and CF. RGB value is (113,171,207). Sum of RGB (Red+Green+Blue) = 113+171+207=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #71ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCF is #8E5430. Grayscale: #9D9D9D. Windows color (decimal): -9327665 or 13609841. OLE color: 13609841.

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

Color convert

RGB 113 171 207 -
CMYK 0.45 0.17 0 0.19
HSL 202.98º 0.49% 0.63% -
HSV(B) 202.98º 0.45% 0.81% -
XYZ 32.64 37.14 64.48 -
YUV 157.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 113 171 207 0.45 0.17 0 0.19 202.98 0.49 0.63
Hex 71 AB CF 2D 11 0 13 CB 31 3F
Octal 161 253 317 55 21 0 23 313 61 77
Binary 1110001 10101011 11001111 101101 10001 0 10011 11001011 110001 111111

Color Harmonies of #71ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABCF

Black with #71ABCF

Text Example


Text Example

White with #71ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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