#75BFDD

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

Shades of Seagull #75BFDD

Tints of Seagull #75BFDD

Color information

#75BFDD (or 0x75BFDD) is unknown color: approx Seagull. HEX triplet: 75, BF and DD. RGB value is (117,191,221). Sum of RGB (Red+Green+Blue) = 117+191+221=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #75BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFDD is #8A4022. Grayscale: #ACACAC. Windows color (decimal): -9060387 or 14532469. OLE color: 14532469.

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

Color convert

RGB117191221-
CMYK0.470.1400.13
HSL197.31º60.47%66.27%-
HSV(B)197.31º47.06%86.67%-
XYZ39.0246.2675.28-
YUV172.29155.4888.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=22.12%
G=36.11%
B=41.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171912210.470.1400.13197.3160.4766.27
Hex75BFDD2FE0Dc53c42
Octal165277335571601530574102
Binary11101011011111111011101101111111001101110001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,191,221); }

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

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

 a { background-color: rgb(117,191,221); }

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

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

 span { border-color: rgb(117,191,221); }

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