#75BCCA

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

Shades of Seagull #75BCCA

Tints of Seagull #75BCCA

Color information

#75BCCA (or 0x75BCCA) is unknown color: approx Seagull. HEX triplet: 75, BC and CA. RGB value is (117,188,202). Sum of RGB (Red+Green+Blue) = 117+188+202=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #75BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCCA is #8A4335. Grayscale: #A8A8A8. Windows color (decimal): -9061174 or 13286517. OLE color: 13286517.

HSL color Cylindrical-coordinate representation of color #75BCCA: hue angle of 189.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75BCCA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117188202-
CMYK0.420.0700.21
HSL189.88º44.5%62.55%-
HSV(B)189.88º42.08%79.22%-
XYZ35.9844.0162.48-
YUV168.37146.9891.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=23.08%
G=37.08%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171882020.420.0700.21189.8844.562.55
Hex75BCCA2A7015be2d3f
Octal1652743125270252765577
Binary1110101101111001100101010101011101010110111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,202); }

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

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

 a { background-color: rgb(117,188,202); }

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

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

 span { border-color: rgb(117,188,202); }

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