#75C0D6

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

Shades of Seagull #75C0D6

Tints of Seagull #75C0D6

Color information

#75C0D6 (or 0x75C0D6) is unknown color: approx Seagull. HEX triplet: 75, C0 and D6. RGB value is (117,192,214). Sum of RGB (Red+Green+Blue) = 117+192+214=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #75C0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0D6 is #8A3F29. Grayscale: #ABABAB. Windows color (decimal): -9060138 or 14073973. OLE color: 14073973.

HSL color Cylindrical-coordinate representation of color #75C0D6: hue angle of 193.61º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75C0D6 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117192214-
CMYK0.450.1000.16
HSL193.61º54.19%64.9%-
HSV(B)193.61º45.33%83.92%-
XYZ38.3246.3470.54-
YUV172.08151.6588.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=22.37%
G=36.71%
B=40.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171922140.450.1000.16193.6154.1964.9
Hex75C0D62DA010c23641
Octal165300326551202030266101
Binary111010111000000110101101011011010010000110000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,192,214); }

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

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

 a { background-color: rgb(117,192,214); }

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

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

 span { border-color: rgb(117,192,214); }

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