#75B0CE

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

Shades of Seagull #75B0CE

Tints of Seagull #75B0CE

Color information

#75B0CE (or 0x75B0CE) is unknown color: approx Seagull. HEX triplet: 75, B0 and CE. RGB value is (117,176,206). Sum of RGB (Red+Green+Blue) = 117+176+206=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #75B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0CE is #8A4F31. Grayscale: #A1A1A1. Windows color (decimal): -9064242 or 13545589. OLE color: 13545589.

HSL color Cylindrical-coordinate representation of color #75B0CE: hue angle of 200.22º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75B0CE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117176206-
CMYK0.430.1500.19
HSL200.22º47.59%63.33%-
HSV(B)200.22º43.2%80.78%-
XYZ3439.2964.18-
YUV161.78152.9596.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=23.45%
G=35.27%
B=41.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171762060.430.1500.19200.2247.5963.33
Hex75B0CE2BF013c8303f
Octal16526031653170233106077
Binary11101011011000011001110101011111101001111001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,206); }

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

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

 a { background-color: rgb(117,176,206); }

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

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

 span { border-color: rgb(117,176,206); }

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