Html Css Color HEX #71BACF Seagull

📋 copy color: '#71BACF'

red 113 ◦ green 186 ◦ blue 207

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

Shades of Seagull #71BACF

Tints of Seagull #71BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 22.33%
G = 36.76%
B = 40.91%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#71BACF (or 0x71BACF) is known color: Seagull. HEX triplet: 71, BA and CF. RGB value is (113,186,207). Sum of RGB (Red+Green+Blue) = 113+186+207=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #71BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BACF is #8E4530. Grayscale: #A6A6A6. Windows color (decimal): -9323825 or 13613681. OLE color: 13613681.

HSL color Cylindrical-coordinate representation of color #71BACF: hue angle of 193.4º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71BACF is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 186 207 -
CMYK 0.45 0.10 0 0.19
HSL 193.4º 0.49% 0.63% -
HSV(B) 193.4º 0.45% 0.81% -
XYZ 35.63 43.13 65.48 -
YUV 166.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 113 186 207 0.45 0.10 0 0.19 193.4 0.49 0.63
Hex 71 BA CF 2D A 0 13 C1 31 3F
Octal 161 272 317 55 12 0 23 301 61 77
Binary 1110001 10111010 11001111 101101 1010 0 10011 11000001 110001 111111

Color Harmonies of #71BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BACF

Black with #71BACF

Text Example


Text Example

White with #71BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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