#75BCD5

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

Shades of Seagull #75BCD5

Tints of Seagull #75BCD5

Color information

#75BCD5 (or 0x75BCD5) is unknown color: approx Seagull. HEX triplet: 75, BC and D5. RGB value is (117,188,213). Sum of RGB (Red+Green+Blue) = 117+188+213=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #75BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCD5 is #8A432A. Grayscale: #A9A9A9. Windows color (decimal): -9061163 or 14007413. OLE color: 14007413.

HSL color Cylindrical-coordinate representation of color #75BCD5: hue angle of 195.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BCD5 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117188213-
CMYK0.450.1200.16
HSL195.62º53.33%64.71%-
HSV(B)195.62º45.07%83.53%-
XYZ37.3344.5569.58-
YUV169.62152.4890.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=22.59%
G=36.29%
B=41.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171882130.450.1200.16195.6253.3364.71
Hex75BCD52DC010c43541
Octal165274325551402030465101
Binary111010110111100110101011011011100010000110001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,213); }

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

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

 a { background-color: rgb(117,188,213); }

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

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

 span { border-color: rgb(117,188,213); }

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