#75B7CB

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

Shades of Seagull #75B7CB

Tints of Seagull #75B7CB

Color information

#75B7CB (or 0x75B7CB) is unknown color: approx Seagull. HEX triplet: 75, B7 and CB. RGB value is (117,183,203). Sum of RGB (Red+Green+Blue) = 117+183+203=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #75B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7CB is #8A4834. Grayscale: #A5A5A5. Windows color (decimal): -9062453 or 13350773. OLE color: 13350773.

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

Color convert

RGB117183203-
CMYK0.420.1000.20
HSL193.95º45.26%62.75%-
HSV(B)193.95º42.36%79.61%-
XYZ35.0541.9662.75-
YUV165.55149.1393.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=23.26%
G=36.38%
B=40.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171832030.420.1000.20193.9545.2662.75
Hex75B7CB2AA014c22d3f
Octal16526731352120243025577
Binary11101011011011111001011101010101001010011000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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