#75BDCE

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

Shades of Seagull #75BDCE

Tints of Seagull #75BDCE

Color information

#75BDCE (or 0x75BDCE) is unknown color: approx Seagull. HEX triplet: 75, BD and CE. RGB value is (117,189,206). Sum of RGB (Red+Green+Blue) = 117+189+206=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #75BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDCE is #8A4231. Grayscale: #A9A9A9. Windows color (decimal): -9060914 or 13548917. OLE color: 13548917.

HSL color Cylindrical-coordinate representation of color #75BDCE: hue angle of 191.46º 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 #75BDCE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117189206-
CMYK0.430.0800.19
HSL191.46º47.59%63.33%-
HSV(B)191.46º43.2%80.78%-
XYZ36.6744.6365.07-
YUV169.41148.6590.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=22.85%
G=36.91%
B=40.23%

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
Decimal1171892060.430.0800.19191.4647.5963.33
Hex75BDCE2B8013bf303f
Octal16527531653100232776077
Binary11101011011110111001110101011100001001110111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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