#75BFCA

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

Shades of Seagull #75BFCA

Tints of Seagull #75BFCA

Color information

#75BFCA (or 0x75BFCA) is unknown color: approx Seagull. HEX triplet: 75, BF and CA. RGB value is (117,191,202). Sum of RGB (Red+Green+Blue) = 117+191+202=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #75BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFCA is #8A4035. Grayscale: #AAAAAA. Windows color (decimal): -9060406 or 13287285. OLE color: 13287285.

HSL color Cylindrical-coordinate representation of color #75BFCA: hue angle of 187.76º 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 #75BFCA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117191202-
CMYK0.420.0500.21
HSL187.76º44.5%62.55%-
HSV(B)187.76º42.08%79.22%-
XYZ36.6345.3162.69-
YUV170.13145.9890.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=22.94%
G=37.45%
B=39.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171912020.420.0500.21187.7644.562.55
Hex75BFCA2A5015bc2d3f
Octal1652773125250252745577
Binary1110101101111111100101010101010101010110111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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