#75B7DD

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

Shades of Seagull #75B7DD

Tints of Seagull #75B7DD

Color information

#75B7DD (or 0x75B7DD) is unknown color: approx Seagull. HEX triplet: 75, B7 and DD. RGB value is (117,183,221). Sum of RGB (Red+Green+Blue) = 117+183+221=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #75B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7DD is #8A4822. Grayscale: #A7A7A7. Windows color (decimal): -9062435 or 14530421. OLE color: 14530421.

HSL color Cylindrical-coordinate representation of color #75B7DD: hue angle of 201.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B7DD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117183221-
CMYK0.470.1700.13
HSL201.92º60.47%66.27%-
HSV(B)201.92º47.06%86.67%-
XYZ37.3242.8774.71-
YUV167.6158.1391.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=22.46%
G=35.12%
B=42.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171832210.470.1700.13201.9260.4766.27
Hex75B7DD2F110Dca3c42
Octal165267335572101531274102
Binary111010110110111110111011011111000101101110010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,221); }

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

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

 a { background-color: rgb(117,183,221); }

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

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

 span { border-color: rgb(117,183,221); }

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