#75BCCB

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

Shades of Seagull #75BCCB

Tints of Seagull #75BCCB

Color information

#75BCCB (or 0x75BCCB) is unknown color: approx Seagull. HEX triplet: 75, BC and CB. RGB value is (117,188,203). Sum of RGB (Red+Green+Blue) = 117+188+203=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #75BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCCB is #8A4334. Grayscale: #A8A8A8. Windows color (decimal): -9061173 or 13352053. OLE color: 13352053.

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

Color convert

RGB117188203-
CMYK0.420.0700.20
HSL190.47º45.26%62.75%-
HSV(B)190.47º42.36%79.61%-
XYZ36.144.0663.1-
YUV168.48147.4891.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=23.03%
G=37.01%
B=39.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171882030.420.0700.20190.4745.2662.75
Hex75BCCB2A7014be2d3f
Octal1652743135270242765577
Binary1110101101111001100101110101011101010010111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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