Html Css Color HEX #71ABCA Seagull

📋 copy color: '#71ABCA'

red 113 ◦ green 171 ◦ blue 202

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

Shades of Seagull #71ABCA

Tints of Seagull #71ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 23.25%
G = 35.19%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#71ABCA (or 0x71ABCA) is known color: Seagull. HEX triplet: 71, AB and CA. RGB value is (113,171,202). Sum of RGB (Red+Green+Blue) = 113+171+202=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #71ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71ABCA is #8E5435. Grayscale: #9D9D9D. Windows color (decimal): -9327670 or 13282161. OLE color: 13282161.

HSL color Cylindrical-coordinate representation of color #71ABCA: hue angle of 200.9º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71ABCA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 171 202 -
CMYK 0.44 0.15 0 0.21
HSL 200.9º 0.46% 0.62% -
HSV(B) 200.9º 0.44% 0.79% -
XYZ 32.03 36.9 61.31 -
YUV 157.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 113 171 202 0.44 0.15 0 0.21 200.9 0.46 0.62
Hex 71 AB CA 2C F 0 15 C9 2E 3E
Octal 161 253 312 54 17 0 25 311 56 76
Binary 1110001 10101011 11001010 101100 1111 0 10101 11001001 101110 111110

Color Harmonies of #71ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABCA

Black with #71ABCA

Text Example


Text Example

White with #71ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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