Html Css Color HEX #71BACA Seagull

📋 copy color: '#71BACA'

red 113 ◦ green 186 ◦ blue 202

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

Shades of Seagull #71BACA

Tints of Seagull #71BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

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

R = 22.55%
G = 37.13%
B = 40.32%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#71BACA (or 0x71BACA) is known color: Seagull. HEX triplet: 71, BA and CA. RGB value is (113,186,202). Sum of RGB (Red+Green+Blue) = 113+186+202=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #71BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BACA is #8E4535. Grayscale: #A5A5A5. Windows color (decimal): -9323830 or 13286001. OLE color: 13286001.

HSL color Cylindrical-coordinate representation of color #71BACA: hue angle of 190.79º 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 #71BACA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 186 202 -
CMYK 0.44 0.08 0 0.21
HSL 190.79º 0.46% 0.62% -
HSV(B) 190.79º 0.44% 0.79% -
XYZ 35.03 42.89 62.31 -
YUV 166 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 113 186 202 0.44 0.08 0 0.21 190.79 0.46 0.62
Hex 71 BA CA 2C 8 0 15 BF 2E 3E
Octal 161 272 312 54 10 0 25 277 56 76
Binary 1110001 10111010 11001010 101100 1000 0 10101 10111111 101110 111110

Color Harmonies of #71BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BACA

Black with #71BACA

Text Example


Text Example

White with #71BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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