#75BDDB

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

Shades of Seagull #75BDDB

Tints of Seagull #75BDDB

Color information

#75BDDB (or 0x75BDDB) is unknown color: approx Seagull. HEX triplet: 75, BD and DB. RGB value is (117,189,219). Sum of RGB (Red+Green+Blue) = 117+189+219=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDDB is #8A4224. Grayscale: #AAAAAA. Windows color (decimal): -9060901 or 14400885. OLE color: 14400885.

HSL color Cylindrical-coordinate representation of color #75BDDB: hue angle of 197.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75BDDB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117189219-
CMYK0.470.1400.14
HSL197.65º58.62%65.88%-
HSV(B)197.65º46.58%85.88%-
XYZ38.3245.2973.74-
YUV170.89155.1589.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=22.29%
G=36%
B=41.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171892190.470.1400.14197.6558.6265.88
Hex75BDDB2FE0Ec63b42
Octal165275333571601630673102
Binary11101011011110111011011101111111001110110001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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