#75BBDC

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

Shades of Seagull #75BBDC

Tints of Seagull #75BBDC

Color information

#75BBDC (or 0x75BBDC) is unknown color: approx Seagull. HEX triplet: 75, BB and DC. RGB value is (117,187,220). Sum of RGB (Red+Green+Blue) = 117+187+220=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #75BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBDC is #8A4423. Grayscale: #A9A9A9. Windows color (decimal): -9061412 or 14465909. OLE color: 14465909.

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

Color convert

RGB117187220-
CMYK0.470.1500.14
HSL199.22º59.54%66.08%-
HSV(B)199.22º46.82%86.27%-
XYZ38.0244.4974.29-
YUV169.83156.3190.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=22.33%
G=35.69%
B=41.98%

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
Decimal1171872200.470.1500.14199.2259.5466.08
Hex75BBDC2FF0Ec73c42
Octal165273334571701630774102
Binary11101011011101111011100101111111101110110001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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