#75BCDC

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

Shades of Seagull #75BCDC

Tints of Seagull #75BCDC

Color information

#75BCDC (or 0x75BCDC) is unknown color: approx Seagull. HEX triplet: 75, BC and DC. RGB value is (117,188,220). Sum of RGB (Red+Green+Blue) = 117+188+220=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #75BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCDC is #8A4323. Grayscale: #AAAAAA. Windows color (decimal): -9061156 or 14466165. OLE color: 14466165.

HSL color Cylindrical-coordinate representation of color #75BCDC: hue angle of 198.64º degrees, saturation: 0.6, 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 #75BCDC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117188220-
CMYK0.470.1500.14
HSL198.64º59.54%66.08%-
HSV(B)198.64º46.82%86.27%-
XYZ38.2444.9274.36-
YUV170.42155.9889.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=22.29%
G=35.81%
B=41.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171882200.470.1500.14198.6459.5466.08
Hex75BCDC2FF0Ec73c42
Octal165274334571701630774102
Binary11101011011110011011100101111111101110110001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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