#75BECA

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

Shades of Seagull #75BECA

Tints of Seagull #75BECA

Color information

#75BECA (or 0x75BECA) is unknown color: approx Seagull. HEX triplet: 75, BE and CA. RGB value is (117,190,202). Sum of RGB (Red+Green+Blue) = 117+190+202=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #75BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BECA is #8A4135. Grayscale: #A9A9A9. Windows color (decimal): -9060662 or 13287029. OLE color: 13287029.

HSL color Cylindrical-coordinate representation of color #75BECA: hue angle of 188.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75BECA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117190202-
CMYK0.420.0600.21
HSL188.47º44.5%62.55%-
HSV(B)188.47º42.08%79.22%-
XYZ36.4144.8762.62-
YUV169.54146.3290.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.99%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=22.99%
G=37.33%
B=39.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171902020.420.0600.21188.4744.562.55
Hex75BECA2A6015bc2d3f
Octal1652763125260252745577
Binary1110101101111101100101010101011001010110111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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