#75BDDA

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

Shades of Seagull #75BDDA

Tints of Seagull #75BDDA

Color information

#75BDDA (or 0x75BDDA) is unknown color: approx Seagull. HEX triplet: 75, BD and DA. RGB value is (117,189,218). Sum of RGB (Red+Green+Blue) = 117+189+218=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #75BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDDA is #8A4225. Grayscale: #AAAAAA. Windows color (decimal): -9060902 or 14335349. OLE color: 14335349.

HSL color Cylindrical-coordinate representation of color #75BDDA: hue angle of 197.23º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BDDA is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117189218-
CMYK0.460.1300.15
HSL197.23º57.71%65.69%-
HSV(B)197.23º46.33%85.49%-
XYZ38.1945.2473.05-
YUV170.78154.6589.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=22.33%
G=36.07%
B=41.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171892180.460.1300.15197.2357.7165.69
Hex75BDDA2ED0Fc53a42
Octal165275332561501730572102
Binary11101011011110111011010101110110101111110001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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