Html Css Color HEX #71BACD Seagull

📋 copy color: '#71BACD'

red 113 ◦ green 186 ◦ blue 205

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

Shades of Seagull #71BACD

Tints of Seagull #71BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 22.42%
G = 36.9%
B = 40.67%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#71BACD (or 0x71BACD) is known color: Seagull. HEX triplet: 71, BA and CD. RGB value is (113,186,205). Sum of RGB (Red+Green+Blue) = 113+186+205=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BACD is #8E4532. Grayscale: #A6A6A6. Windows color (decimal): -9323827 or 13482609. OLE color: 13482609.

HSL color Cylindrical-coordinate representation of color #71BACD: hue angle of 192.39º degrees, saturation: 0.48, 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 #71BACD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 186 205 -
CMYK 0.45 0.09 0 0.20
HSL 192.39º 0.48% 0.62% -
HSV(B) 192.39º 0.45% 0.8% -
XYZ 35.39 43.04 64.2 -
YUV 166.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 113 186 205 0.45 0.09 0 0.20 192.39 0.48 0.62
Hex 71 BA CD 2D 9 0 14 C0 30 3E
Octal 161 272 315 55 11 0 24 300 60 76
Binary 1110001 10111010 11001101 101101 1001 0 10100 11000000 110000 111110

Color Harmonies of #71BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BACD

Black with #71BACD

Text Example


Text Example

White with #71BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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