#71BECD

Color #71BECD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #71BECD

Tints of Seagull #71BECD

Color information

#71BECD (or 0x71BECD) is unknown color: approx Seagull. HEX triplet: 71, BE and CD. RGB value is (113,190,205). Sum of RGB (Red+Green+Blue) = 113+190+205=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BECD is #8E4132. Grayscale: #A8A8A8. Windows color (decimal): -9322803 or 13483633. OLE color: 13483633.

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

Color convert

RGB113190205-
CMYK0.450.0700.20
HSL189.78º47.92%62.35%-
HSV(B)189.78º44.88%80.39%-
XYZ36.2444.7564.48-
YUV168.69148.4988.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.24%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=22.24%
G=37.40%
B=40.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131902050.450.0700.20189.7847.9262.35
Hex71BECD2D7014be303e
Octal1612763155570242766076
Binary1110001101111101100110110110111101010010111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71BECD;
 }
 .AnyTagClassName
 {
   color: #71BECD;
 }
</style>
background-color css

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

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

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

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

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

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