#75B7CF

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

Shades of Seagull #75B7CF

Tints of Seagull #75B7CF

Color information

#75B7CF (or 0x75B7CF) is unknown color: approx Seagull. HEX triplet: 75, B7 and CF. RGB value is (117,183,207). Sum of RGB (Red+Green+Blue) = 117+183+207=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #75B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7CF is #8A4830. Grayscale: #A5A5A5. Windows color (decimal): -9062449 or 13612917. OLE color: 13612917.

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

Color convert

RGB117183207-
CMYK0.430.1200.19
HSL196º48.39%63.53%-
HSV(B)196º43.48%81.18%-
XYZ35.5342.1565.3-
YUV166151.1393.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=23.08%
G=36.09%
B=40.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171832070.430.1200.1919648.3963.53
Hex75B7CF2BC013c43040
Octal165267317531402330460100
Binary111010110110111110011111010111100010011110001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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