#75B8DC

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

Shades of Seagull #75B8DC

Tints of Seagull #75B8DC

Color information

#75B8DC (or 0x75B8DC) is unknown color: approx Seagull. HEX triplet: 75, B8 and DC. RGB value is (117,184,220). Sum of RGB (Red+Green+Blue) = 117+184+220=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #75B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B8DC is #8A4723. Grayscale: #A7A7A7. Windows color (decimal): -9062180 or 14465141. OLE color: 14465141.

HSL color Cylindrical-coordinate representation of color #75B8DC: hue angle of 200.97º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75B8DC is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117184220-
CMYK0.470.1600.14
HSL200.97º59.54%66.08%-
HSV(B)200.97º46.82%86.27%-
XYZ37.3943.2374.08-
YUV168.07157.391.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=22.46%
G=35.32%
B=42.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171842200.470.1600.14200.9759.5466.08
Hex75B8DC2F100Ec93c42
Octal165270334572001631174102
Binary111010110111000110111001011111000001110110010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,184,220); }

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

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

 a { background-color: rgb(117,184,220); }

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

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

 span { border-color: rgb(117,184,220); }

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