Html Css Color HEX #71ABCC Seagull

📋 copy color: '#71ABCC'

red 113 ◦ green 171 ◦ blue 204

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

Shades of Seagull #71ABCC

Tints of Seagull #71ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 23.16%
G = 35.04%
B = 41.8%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71ABCC (or 0x71ABCC) is known color: Seagull. HEX triplet: 71, AB and CC. RGB value is (113,171,204). Sum of RGB (Red+Green+Blue) = 113+171+204=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #71ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCC is #8E5433. Grayscale: #9D9D9D. Windows color (decimal): -9327668 or 13413233. OLE color: 13413233.

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

Color convert

RGB 113 171 204 -
CMYK 0.45 0.16 0 0.2
HSL 201.76º 0.47% 0.62% -
HSV(B) 201.76º 0.45% 0.8% -
XYZ 32.27 37 62.57 -
YUV 157.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 113 171 204 0.45 0.16 0 0.2 201.76 0.47 0.62
Hex 71 AB CC 2D 10 0 14 CA 2F 3E
Octal 161 253 314 55 20 0 24 312 57 76
Binary 1110001 10101011 11001100 101101 10000 0 10100 11001010 101111 111110

Color Harmonies of #71ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABCC

Black with #71ABCC

Text Example


Text Example

White with #71ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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