#75BDCC

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

Shades of Seagull #75BDCC

Tints of Seagull #75BDCC

Color information

#75BDCC (or 0x75BDCC) is unknown color: approx Seagull. HEX triplet: 75, BD and CC. RGB value is (117,189,204). Sum of RGB (Red+Green+Blue) = 117+189+204=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #75BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDCC is #8A4233. Grayscale: #A9A9A9. Windows color (decimal): -9060916 or 13417845. OLE color: 13417845.

HSL color Cylindrical-coordinate representation of color #75BDCC: hue angle of 190.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BDCC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117189204-
CMYK0.430.0700.2
HSL190.34º46.03%62.94%-
HSV(B)190.34º42.65%80%-
XYZ36.4344.5463.8-
YUV169.18147.6590.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 204 (80.08% from 255) = 40%
R=22.94%
G=37.06%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171892040.430.0700.2190.3446.0362.94
Hex75BDCC2B7014be2e3f
Octal1652753145370242765677
Binary1110101101111011100110010101111101010010111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,204); }

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

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

 a { background-color: rgb(117,189,204); }

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

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

 span { border-color: rgb(117,189,204); }

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