#75a8ce

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

Shades of Seagull #75A8CE

Tints of Seagull #75A8CE

Color information

#75A8CE (or 0x75A8CE) is unknown color: approx Seagull. HEX triplet: 75, A8 and CE. RGB value is (117,168,206). Sum of RGB (Red+Green+Blue) = 117+168+206=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #75A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8CE is #8A5731. Grayscale: #9C9C9C. Windows color (decimal): -9066290 or 13543541. OLE color: 13543541.

HSL color Cylindrical-coordinate representation of color #75A8CE: hue angle of 205.62º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A8CE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117168206-
CMYK0.430.1800.19
HSL205.62º47.59%63.33%-
HSV(B)205.62º43.2%80.78%-
XYZ32.4836.2463.68-
YUV157.08155.699.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=23.83%
G=34.22%
B=41.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171682060.430.1800.19205.6247.5963.33
Hex75A8CE2B12013ce303f
Octal16525031653220233166077
Binary111010110101000110011101010111001001001111001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75a8ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,206); }

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

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

 a { background-color: rgb(117,168,206); }

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

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

 span { border-color: rgb(117,168,206); }

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