Html Css Color HEX #71BACB Seagull

📋 copy color: '#71BACB'

red 113 ◦ green 186 ◦ blue 203

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

Shades of Seagull #71BACB

Tints of Seagull #71BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 22.51%
G = 37.05%
B = 40.44%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71BACB (or 0x71BACB) is known color: Seagull. HEX triplet: 71, BA and CB. RGB value is (113,186,203). Sum of RGB (Red+Green+Blue) = 113+186+203=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #71BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BACB is #8E4534. Grayscale: #A5A5A5. Windows color (decimal): -9323829 or 13351537. OLE color: 13351537.

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

Color convert

RGB 113 186 203 -
CMYK 0.44 0.08 0 0.20
HSL 191.33º 0.46% 0.62% -
HSV(B) 191.33º 0.44% 0.8% -
XYZ 35.15 42.94 62.94 -
YUV 166.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 113 186 203 0.44 0.08 0 0.20 191.33 0.46 0.62
Hex 71 BA CB 2C 8 0 14 BF 2E 3E
Octal 161 272 313 54 10 0 24 277 56 76
Binary 1110001 10111010 11001011 101100 1000 0 10100 10111111 101110 111110

Color Harmonies of #71BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BACB

Black with #71BACB

Text Example


Text Example

White with #71BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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