Html Css Color HEX #71BACC Seagull

📋 copy color: '#71BACC'

red 113 ◦ green 186 ◦ blue 204

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

Shades of Seagull #71BACC

Tints of Seagull #71BACC

RGB

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

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

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

R = 22.47%
G = 36.98%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#71BACC (or 0x71BACC) is known color: Seagull. HEX triplet: 71, BA and CC. RGB value is (113,186,204). Sum of RGB (Red+Green+Blue) = 113+186+204=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #71BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BACC is #8E4533. Grayscale: #A6A6A6. Windows color (decimal): -9323828 or 13417073. OLE color: 13417073.

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

Color convert

RGB 113 186 204 -
CMYK 0.45 0.09 0 0.2
HSL 191.87º 0.47% 0.62% -
HSV(B) 191.87º 0.45% 0.8% -
XYZ 35.27 42.99 63.57 -
YUV 166.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 113 186 204 0.45 0.09 0 0.2 191.87 0.47 0.62
Hex 71 BA CC 2D 9 0 14 C0 2F 3E
Octal 161 272 314 55 11 0 24 300 57 76
Binary 1110001 10111010 11001100 101101 1001 0 10100 11000000 101111 111110

Color Harmonies of #71BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BACC

Black with #71BACC

Text Example


Text Example

White with #71BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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