#75ACCB

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

Shades of Seagull #75ACCB

Tints of Seagull #75ACCB

Color information

#75ACCB (or 0x75ACCB) is unknown color: approx Seagull. HEX triplet: 75, AC and CB. RGB value is (117,172,203). Sum of RGB (Red+Green+Blue) = 117+172+203=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #75ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACCB is #8A5334. Grayscale: #9E9E9E. Windows color (decimal): -9065269 or 13347957. OLE color: 13347957.

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

Color convert

RGB117172203-
CMYK0.420.1500.20
HSL201.63º45.26%62.75%-
HSV(B)201.63º42.36%79.61%-
XYZ32.8737.662.02-
YUV159.09152.7897.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=23.78%
G=34.96%
B=41.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171722030.420.1500.20201.6345.2662.75
Hex75ACCB2AF014ca2d3f
Octal16525431352170243125577
Binary11101011010110011001011101010111101010011001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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