#75BECF

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

Shades of Seagull #75BECF

Tints of Seagull #75BECF

Color information

#75BECF (or 0x75BECF) is unknown color: approx Seagull. HEX triplet: 75, BE and CF. RGB value is (117,190,207). Sum of RGB (Red+Green+Blue) = 117+190+207=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #75BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BECF is #8A4130. Grayscale: #A9A9A9. Windows color (decimal): -9060657 or 13614709. OLE color: 13614709.

HSL color Cylindrical-coordinate representation of color #75BECF: hue angle of 191.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BECF is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117190207-
CMYK0.430.0800.19
HSL191.33º48.39%63.53%-
HSV(B)191.33º43.48%81.18%-
XYZ37.0145.1165.79-
YUV170.11148.8290.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.76%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=22.76%
G=36.96%
B=40.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171902070.430.0800.19191.3348.3963.53
Hex75BECF2B8013bf3040
Octal165276317531002327760100
Binary111010110111110110011111010111000010011101111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BECF; }

 p { color: rgb(117,190,207); }

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

<style>
 a { background-color: #75BECF; }

 a { background-color: rgb(117,190,207); }

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

<style>
 span { border-color: #75BECF; }

 span { border-color: rgb(117,190,207); }

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