#75BED9

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

Shades of Seagull #75BED9

Tints of Seagull #75BED9

Color information

#75BED9 (or 0x75BED9) is unknown color: approx Seagull. HEX triplet: 75, BE and D9. RGB value is (117,190,217). Sum of RGB (Red+Green+Blue) = 117+190+217=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #75BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BED9 is #8A4126. Grayscale: #ABABAB. Windows color (decimal): -9060647 or 14270069. OLE color: 14270069.

HSL color Cylindrical-coordinate representation of color #75BED9: hue angle of 196.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BED9 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117190217-
CMYK0.460.1200.15
HSL196.2º56.82%65.49%-
HSV(B)196.2º46.08%85.1%-
XYZ38.2745.6272.43-
YUV171.25153.8289.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=22.33%
G=36.26%
B=41.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171902170.460.1200.15196.256.8265.49
Hex75BED92EC0Fc43941
Octal165276331561401730471101
Binary11101011011111011011001101110110001111110001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,217); }

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

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

 a { background-color: rgb(117,190,217); }

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

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

 span { border-color: rgb(117,190,217); }

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