#75BECE

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

Shades of Seagull #75BECE

Tints of Seagull #75BECE

Color information

#75BECE (or 0x75BECE) is unknown color: approx Seagull. HEX triplet: 75, BE and CE. RGB value is (117,190,206). Sum of RGB (Red+Green+Blue) = 117+190+206=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #75BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BECE is #8A4131. Grayscale: #A9A9A9. Windows color (decimal): -9060658 or 13549173. OLE color: 13549173.

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

Color convert

RGB117190206-
CMYK0.430.0800.19
HSL190.79º47.59%63.33%-
HSV(B)190.79º43.2%80.78%-
XYZ36.8945.0765.15-
YUV170148.3290.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=22.81%
G=37.04%
B=40.16%

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
Decimal1171902060.430.0800.19190.7947.5963.33
Hex75BECE2B8013bf303f
Octal16527631653100232776077
Binary11101011011111011001110101011100001001110111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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