#75BFDF

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

Shades of Seagull #75BFDF

Tints of Seagull #75BFDF

Color information

#75BFDF (or 0x75BFDF) is unknown color: approx Seagull. HEX triplet: 75, BF and DF. RGB value is (117,191,223). Sum of RGB (Red+Green+Blue) = 117+191+223=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #75BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFDF is #8A4020. Grayscale: #ACACAC. Windows color (decimal): -9060385 or 14663541. OLE color: 14663541.

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

Color convert

RGB117191223-
CMYK0.480.1400.13
HSL198.11º62.35%66.67%-
HSV(B)198.11º47.53%87.45%-
XYZ39.2946.3776.69-
YUV172.52156.4888.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=22.03%
G=35.97%
B=42.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171912230.480.1400.13198.1162.3566.67
Hex75BFDF30E0Dc63e43
Octal165277337601601530676103
Binary11101011011111111011111110000111001101110001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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