#75BADE

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

Shades of Seagull #75BADE

Tints of Seagull #75BADE

Color information

#75BADE (or 0x75BADE) is unknown color: approx Seagull. HEX triplet: 75, BA and DE. RGB value is (117,186,222). Sum of RGB (Red+Green+Blue) = 117+186+222=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #75BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BADE is #8A4521. Grayscale: #A9A9A9. Windows color (decimal): -9061666 or 14596725. OLE color: 14596725.

HSL color Cylindrical-coordinate representation of color #75BADE: hue angle of 200.57º degrees, saturation: 0.61, 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 #75BADE is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117186222-
CMYK0.470.1600.13
HSL200.57º61.4%66.47%-
HSV(B)200.57º47.3%87.06%-
XYZ38.0844.1775.63-
YUV169.47157.6490.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=22.29%
G=35.43%
B=42.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171862220.470.1600.13200.5761.466.47
Hex75BADE2F100Dc93d42
Octal165272336572001531175102
Binary111010110111010110111101011111000001101110010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,222); }

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

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

 a { background-color: rgb(117,186,222); }

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

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

 span { border-color: rgb(117,186,222); }

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