#75BFCD

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

Shades of Seagull #75BFCD

Tints of Seagull #75BFCD

Color information

#75BFCD (or 0x75BFCD) is unknown color: approx Seagull. HEX triplet: 75, BF and CD. RGB value is (117,191,205). Sum of RGB (Red+Green+Blue) = 117+191+205=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #75BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFCD is #8A4032. Grayscale: #AAAAAA. Windows color (decimal): -9060403 or 13483893. OLE color: 13483893.

HSL color Cylindrical-coordinate representation of color #75BFCD: hue angle of 189.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BFCD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117191205-
CMYK0.430.0700.20
HSL189.55º46.81%63.14%-
HSV(B)189.55º42.93%80.39%-
XYZ36.9945.4564.58-
YUV170.47147.4889.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=22.81%
G=37.23%
B=39.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171912050.430.0700.20189.5546.8163.14
Hex75BFCD2B7014be2f3f
Octal1652773155370242765777
Binary1110101101111111100110110101111101010010111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,205); }

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

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

 a { background-color: rgb(117,191,205); }

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

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

 span { border-color: rgb(117,191,205); }

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