#75B9D6

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

Shades of Seagull #75B9D6

Tints of Seagull #75B9D6

Color information

#75B9D6 (or 0x75B9D6) is unknown color: approx Seagull. HEX triplet: 75, B9 and D6. RGB value is (117,185,214). Sum of RGB (Red+Green+Blue) = 117+185+214=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #75B9D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9D6 is #8A4629. Grayscale: #A7A7A7. Windows color (decimal): -9061930 or 14072181. OLE color: 14072181.

HSL color Cylindrical-coordinate representation of color #75B9D6: hue angle of 197.94º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75B9D6 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117185214-
CMYK0.450.1400.16
HSL197.94º54.19%64.9%-
HSV(B)197.94º45.33%83.92%-
XYZ36.8243.3370.04-
YUV167.97153.9791.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=22.67%
G=35.85%
B=41.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171852140.450.1400.16197.9454.1964.9
Hex75B9D62DE010c63641
Octal165271326551602030666101
Binary111010110111001110101101011011110010000110001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,214); }

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

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

 a { background-color: rgb(117,185,214); }

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

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

 span { border-color: rgb(117,185,214); }

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