#75BFDA

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

Shades of Seagull #75BFDA

Tints of Seagull #75BFDA

Color information

#75BFDA (or 0x75BFDA) is unknown color: approx Seagull. HEX triplet: 75, BF and DA. RGB value is (117,191,218). Sum of RGB (Red+Green+Blue) = 117+191+218=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #75BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFDA is #8A4025. Grayscale: #ABABAB. Windows color (decimal): -9060390 or 14335861. OLE color: 14335861.

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

Color convert

RGB117191218-
CMYK0.460.1200.15
HSL196.04º57.71%65.69%-
HSV(B)196.04º46.33%85.49%-
XYZ38.6246.1173.19-
YUV171.95153.9888.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=22.24%
G=36.31%
B=41.44%

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
Decimal1171912180.460.1200.15196.0457.7165.69
Hex75BFDA2EC0Fc43a42
Octal165277332561401730472102
Binary11101011011111111011010101110110001111110001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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